diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-10-17 05:20:38 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-10-17 05:20:38 +0000 |
commit | f04fa7884d7b7d0fa47922d3716620975754a874 (patch) | |
tree | cefb40b0bd07d4b82a8fce83044f835ff72bad57 /dev-python/quixote/quixote-2.7.ebuild | |
parent | Drop useless USE=doc, it only regenerated documentation; fixes bug #436778. U... (diff) | |
download | gentoo-2-f04fa7884d7b7d0fa47922d3716620975754a874.tar.gz gentoo-2-f04fa7884d7b7d0fa47922d3716620975754a874.tar.bz2 gentoo-2-f04fa7884d7b7d0fa47922d3716620975754a874.zip |
Restricting python 2.5
(Portage version: 2.2.0_alpha139/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/quixote/quixote-2.7.ebuild')
-rw-r--r-- | dev-python/quixote/quixote-2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/quixote/quixote-2.7.ebuild b/dev-python/quixote/quixote-2.7.ebuild index 5c3e9b37b0d9..78b83f09a0fe 100644 --- a/dev-python/quixote/quixote-2.7.ebuild +++ b/dev-python/quixote/quixote-2.7.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.7.ebuild,v 1.4 2012/06/07 22:10:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.7.ebuild,v 1.5 2012/10/17 05:20:38 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" +RESTRICT_PYTHON_ABIS="2.5 3.* 2.7-pypy-* *-jython" inherit distutils |