diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-31 20:29:32 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-31 20:29:32 +0000 |
commit | 17decddd6f83932038d38a07d584cfdf5c225e60 (patch) | |
tree | 165c8b18f4681534367dea174eabbec33927b1c2 /app-emulation | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-17decddd6f83932038d38a07d584cfdf5c225e60.tar.gz gentoo-2-17decddd6f83932038d38a07d584cfdf5c225e60.tar.bz2 gentoo-2-17decddd6f83932038d38a07d584cfdf5c225e60.zip |
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/spice/spice-0.12.3-r1.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/spice/spice-0.12.4-r1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-emulation/spice/ChangeLog b/app-emulation/spice/ChangeLog index 6f3d219b89c5..a38791eb08f0 100644 --- a/app-emulation/spice/ChangeLog +++ b/app-emulation/spice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/spice -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.57 2013/11/05 20:37:41 idl0r Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.58 2014/03/31 20:29:32 mgorny Exp $ + + 31 Mar 2014; Michał Górny <mgorny@gentoo.org> spice-0.12.3-r1.ebuild, + spice-0.12.4-r1.ebuild: + Add support for the new PyPy slotting. *spice-0.12.4-r1 (05 Nov 2013) diff --git a/app-emulation/spice/spice-0.12.3-r1.ebuild b/app-emulation/spice/spice-0.12.3-r1.ebuild index bdb32f81a3a7..d7f50ad2d00c 100644 --- a/app-emulation/spice/spice-0.12.3-r1.ebuild +++ b/app-emulation/spice/spice-0.12.3-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.3-r1.ebuild,v 1.7 2013/10/09 05:24:36 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.3-r1.ebuild,v 1.8 2014/03/31 20:29:32 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) inherit eutils python-any-r1 diff --git a/app-emulation/spice/spice-0.12.4-r1.ebuild b/app-emulation/spice/spice-0.12.4-r1.ebuild index b3ec45a0d8dd..736b1a6f5030 100644 --- a/app-emulation/spice/spice-0.12.4-r1.ebuild +++ b/app-emulation/spice/spice-0.12.4-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.4-r1.ebuild,v 1.1 2013/11/05 20:37:41 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.4-r1.ebuild,v 1.2 2014/03/31 20:29:32 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) inherit autotools eutils python-any-r1 |