From 0797fa2ee9d55b6f5f7ea72084721b478111a161 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Fri, 19 Oct 2012 04:56:43 +0000 Subject: Restricting pythons (Portage version: 2.2.0_alpha139/cvs/Linux x86_64, unsigned Manifest commit) --- dev-python/configshell/ChangeLog | 6 ++++-- dev-python/configshell/configshell-9999.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'dev-python') 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 configshell-9999.ebuild: + Restricting pythons *configshell-9999 (16 Apr 2012) 16 Apr 2012; Alexey Shvetsov +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 -- cgit v1.2.3-65-gdbad