diff options
author | 2012-02-21 08:59:00 +0000 | |
---|---|---|
committer | 2012-02-21 08:59:00 +0000 | |
commit | f72c09ffef4d5f5425e8bd0033bce054b135420f (patch) | |
tree | 3a706697e0d0e17fd3b868a2c2c02b72c96af1f8 /dev-python/rhpl | |
parent | Version bump. (diff) | |
download | gentoo-2-f72c09ffef4d5f5425e8bd0033bce054b135420f.tar.gz gentoo-2-f72c09ffef4d5f5425e8bd0033bce054b135420f.tar.bz2 gentoo-2-f72c09ffef4d5f5425e8bd0033bce054b135420f.zip |
Restricting jython
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/rhpl')
-rw-r--r-- | dev-python/rhpl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/rhpl/rhpl-0.219.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/rhpl/ChangeLog b/dev-python/rhpl/ChangeLog index 4c476f9739cb..4acd03fc107d 100644 --- a/dev-python/rhpl/ChangeLog +++ b/dev-python/rhpl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rhpl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.17 2012/02/20 14:59:47 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.18 2012/02/21 08:59:00 patrick Exp $ + + 21 Feb 2012; Patrick Lauer <patrick@gentoo.org> rhpl-0.219.ebuild: + Restricting jython 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> rhpl-0.219.ebuild: Restricting pypy #404027 diff --git a/dev-python/rhpl/rhpl-0.219.ebuild b/dev-python/rhpl/rhpl-0.219.ebuild index fe17cca3a760..a45e9175c903 100644 --- a/dev-python/rhpl/rhpl-0.219.ebuild +++ b/dev-python/rhpl/rhpl-0.219.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/rhpl/rhpl-0.219.ebuild,v 1.2 2012/02/20 14:59:47 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.219.ebuild,v 1.3 2012/02/21 08:59:00 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" inherit multilib python rpm toolchain-funcs |