diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-22 05:40:42 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-22 05:40:42 +0000 |
commit | 04d641ae4ca23b2da0e46bbd9979b8799e980f62 (patch) | |
tree | d00efb6d90bc20420055b7425a48e63bf059ff53 /dev-python/hglib | |
parent | Restricting jython (diff) | |
download | gentoo-2-04d641ae4ca23b2da0e46bbd9979b8799e980f62.tar.gz gentoo-2-04d641ae4ca23b2da0e46bbd9979b8799e980f62.tar.bz2 gentoo-2-04d641ae4ca23b2da0e46bbd9979b8799e980f62.zip |
Restricting pypy
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/hglib')
-rw-r--r-- | dev-python/hglib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/hglib/hglib-0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/hglib/ChangeLog b/dev-python/hglib/ChangeLog index 87d88c71ab53..df6e44aff18c 100644 --- a/dev-python/hglib/ChangeLog +++ b/dev-python/hglib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/hglib -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hglib/ChangeLog,v 1.1 2011/12/04 12:14:33 maksbotan Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hglib/ChangeLog,v 1.2 2012/02/22 05:40:42 patrick Exp $ + + 22 Feb 2012; Patrick Lauer <patrick@gentoo.org> hglib-0.1.ebuild: + Restricting pypy *hglib-0.1 (04 Dec 2011) diff --git a/dev-python/hglib/hglib-0.1.ebuild b/dev-python/hglib/hglib-0.1.ebuild index e4ba42842bed..8d0d07a71ea6 100644 --- a/dev-python/hglib/hglib-0.1.ebuild +++ b/dev-python/hglib/hglib-0.1.ebuild @@ -1,12 +1,12 @@ -# 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/hglib/hglib-0.1.ebuild,v 1.1 2011/12/04 12:14:33 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hglib/hglib-0.1.ebuild,v 1.2 2012/02/22 05:40:42 patrick Exp $ EAPI=3 PYTHON_DEPEND="2" PYTHON_USE_WITH="threads" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 2.6 3.* *-jython" +RESTRICT_PYTHON_ABIS="2.5 2.6 3.* *-jython 2.7-pypy-*" MY_P="python-${P}" MY_PN="python-${PN}" |