diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 15:07:41 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 15:07:41 +0000 |
commit | 4e32f569e9aef893dd121091bd737df61c884cfe (patch) | |
tree | a3dcdfbc3b0e79335664da2a4b4c1e1851a2a281 /dev-python/quixote | |
parent | Restricting pypy #404041 (diff) | |
download | historical-4e32f569e9aef893dd121091bd737df61c884cfe.tar.gz historical-4e32f569e9aef893dd121091bd737df61c884cfe.tar.bz2 historical-4e32f569e9aef893dd121091bd737df61c884cfe.zip |
Restricting pypy #404019
Package-Manager: portage-2.2.0_alpha87/cvs/Linux x86_64
Diffstat (limited to 'dev-python/quixote')
-rw-r--r-- | dev-python/quixote/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/quixote/quixote-2.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/quixote/ChangeLog b/dev-python/quixote/ChangeLog index 54cffe594626..4c7731b6955c 100644 --- a/dev-python/quixote/ChangeLog +++ b/dev-python/quixote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/quixote -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.32 2010/11/01 00:54:54 arfrever Exp $ +# 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 $ + + 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> quixote-2.6.ebuild: + Restricting pypy #404019 01 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> quixote-2.6.ebuild: diff --git a/dev-python/quixote/quixote-2.6.ebuild b/dev-python/quixote/quixote-2.6.ebuild index 1a5d81d2bf01..5886cfe85b02 100644 --- a/dev-python/quixote/quixote-2.6.ebuild +++ b/dev-python/quixote/quixote-2.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 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/quixote/quixote-2.6.ebuild,v 1.7 2010/11/01 00:54:54 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.6.ebuild,v 1.8 2012/02/20 15:07:41 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*" inherit distutils |