diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-25 15:18:42 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-25 15:18:42 +0000 |
commit | 8695fe295719142c4a5a5cdf71ab2b0e142660f2 (patch) | |
tree | af3b53a7ab8f8a2ade62c8b092f5f18e4215618d /dev-python/envisage | |
parent | ppc64 stable wrt #400557 (diff) | |
download | gentoo-2-8695fe295719142c4a5a5cdf71ab2b0e142660f2.tar.gz gentoo-2-8695fe295719142c4a5a5cdf71ab2b0e142660f2.tar.bz2 gentoo-2-8695fe295719142c4a5a5cdf71ab2b0e142660f2.zip |
Restricting py 2.5
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/envisage')
-rw-r--r-- | dev-python/envisage/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/envisage/envisage-4.0.0.ebuild | 6 | ||||
-rw-r--r-- | dev-python/envisage/envisage-4.1.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/envisage/ChangeLog b/dev-python/envisage/ChangeLog index 277b5ba3edea..c479674e3f2d 100644 --- a/dev-python/envisage/ChangeLog +++ b/dev-python/envisage/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/envisage # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/envisage/ChangeLog,v 1.2 2012/01/17 06:21:52 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/envisage/ChangeLog,v 1.3 2012/02/25 15:18:42 patrick Exp $ + + 25 Feb 2012; Patrick Lauer <patrick@gentoo.org> envisage-4.0.0.ebuild, + envisage-4.1.0.ebuild: + Restricting py 2.5 *envisage-4.1.0 (17 Jan 2012) diff --git a/dev-python/envisage/envisage-4.0.0.ebuild b/dev-python/envisage/envisage-4.0.0.ebuild index 19b8a740df65..cde0e4dba5fc 100644 --- a/dev-python/envisage/envisage-4.0.0.ebuild +++ b/dev-python/envisage/envisage-4.0.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/envisage/envisage-4.0.0.ebuild,v 1.1 2011/08/03 23:47:33 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/envisage/envisage-4.0.0.ebuild,v 1.2 2012/02/25 15:18:42 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="2.5 3.* *-jython" DISTUTILS_SRC_TEST="nosetests" inherit distutils virtualx diff --git a/dev-python/envisage/envisage-4.1.0.ebuild b/dev-python/envisage/envisage-4.1.0.ebuild index ca0d6ec229f0..afd5d8180e3c 100644 --- a/dev-python/envisage/envisage-4.1.0.ebuild +++ b/dev-python/envisage/envisage-4.1.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/envisage/envisage-4.1.0.ebuild,v 1.1 2012/01/17 06:21:52 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/envisage/envisage-4.1.0.ebuild,v 1.2 2012/02/25 15:18:42 patrick Exp $ EAPI=4 SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="2.5 3.* *-jython" DISTUTILS_SRC_TEST="nosetests" inherit distutils virtualx |