diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-10-19 04:56:43 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-10-19 04:56:43 +0000 |
commit | 0797fa2ee9d55b6f5f7ea72084721b478111a161 (patch) | |
tree | f3da2ccc7bb96a22d8c63012a9a6445cf0d20e8f /dev-python | |
parent | Restricting pythons (diff) | |
download | gentoo-2-0797fa2ee9d55b6f5f7ea72084721b478111a161.tar.gz gentoo-2-0797fa2ee9d55b6f5f7ea72084721b478111a161.tar.bz2 gentoo-2-0797fa2ee9d55b6f5f7ea72084721b478111a161.zip |
Restricting pythons
(Portage version: 2.2.0_alpha139/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/configshell/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/configshell/configshell-9999.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/configshell/ChangeLog b/dev-python/configshell/ChangeLog index 34529ae267e5..95beaeb6caed 100644 --- a/dev-python/configshell/ChangeLog +++ b/dev-python/configshell/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-python/configshell # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/configshell/ChangeLog,v 1.1 2012/04/16 21:10:46 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/configshell/ChangeLog,v 1.2 2012/10/19 04:56:43 patrick Exp $ + + 19 Oct 2012; Patrick Lauer <patrick@gentoo.org> configshell-9999.ebuild: + Restricting pythons *configshell-9999 (16 Apr 2012) 16 Apr 2012; Alexey Shvetsov <alexxy@gentoo.org> +configshell-9999.ebuild, +metadata.xml: [dev-python/configshell] Initial import - diff --git a/dev-python/configshell/configshell-9999.ebuild b/dev-python/configshell/configshell-9999.ebuild index 6a65bb9992f1..832090a8a777 100644 --- a/dev-python/configshell/configshell-9999.ebuild +++ b/dev-python/configshell/configshell-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/configshell/configshell-9999.ebuild,v 1.1 2012/04/16 21:10:46 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/configshell/configshell-9999.ebuild,v 1.2 2012/10/19 04:56:43 patrick Exp $ EAPI=4 EGIT_REPO_URI="git://linux-iscsi.org/${PN}.git" PYTHON_DEPEND="2" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* 2.5-jython" SUPPORT_PYTHON_ABIS="1" inherit eutils distutils git-2 python |