diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-21 08:21:36 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-21 08:21:36 +0000 |
commit | bcf72790ec4ecc377d715415ef6b07459a301e03 (patch) | |
tree | 7153afb0b76fb445c008290349c1f8942bebf6e3 /dev-python/quixote | |
parent | Version bump. (diff) | |
download | historical-bcf72790ec4ecc377d715415ef6b07459a301e03.tar.gz historical-bcf72790ec4ecc377d715415ef6b07459a301e03.tar.bz2 historical-bcf72790ec4ecc377d715415ef6b07459a301e03.zip |
Restricting jython
Package-Manager: portage-2.2.0_alpha88/cvs/Linux x86_64
Diffstat (limited to 'dev-python/quixote')
-rw-r--r-- | dev-python/quixote/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/quixote/quixote-2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/quixote/ChangeLog b/dev-python/quixote/ChangeLog index 4c7731b6955c..202b7d5b8aeb 100644 --- a/dev-python/quixote/ChangeLog +++ b/dev-python/quixote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/quixote # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.33 2012/02/20 15:07:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.34 2012/02/21 08:19:29 patrick Exp $ + + 21 Feb 2012; Patrick Lauer <patrick@gentoo.org> quixote-2.6.ebuild: + Restricting jython 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> quixote-2.6.ebuild: Restricting pypy #404019 diff --git a/dev-python/quixote/quixote-2.6.ebuild b/dev-python/quixote/quixote-2.6.ebuild index 5886cfe85b02..f2d0c96a1aa6 100644 --- a/dev-python/quixote/quixote-2.6.ebuild +++ b/dev-python/quixote/quixote-2.6.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/quixote/quixote-2.6.ebuild,v 1.8 2012/02/20 15:07:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.6.ebuild,v 1.9 2012/02/21 08:19:29 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 distutils |