diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-10-17 05:48:15 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-10-17 05:48:15 +0000 |
commit | 762f8f0aff0ac811c10937fc01b776a1d4cf4a71 (patch) | |
tree | a05a9fac802ed70b32883de264e0d3159f7c1e3b /dev-python | |
parent | Restricting jython (diff) | |
download | gentoo-2-762f8f0aff0ac811c10937fc01b776a1d4cf4a71.tar.gz gentoo-2-762f8f0aff0ac811c10937fc01b776a1d4cf4a71.tar.bz2 gentoo-2-762f8f0aff0ac811c10937fc01b776a1d4cf4a71.zip |
Restricting python 2.5
(Portage version: 2.2.0_alpha139/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/http-parser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/http-parser/http-parser-0.7.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/http-parser/ChangeLog b/dev-python/http-parser/ChangeLog index 27d0c909e888..4355ac34f311 100644 --- a/dev-python/http-parser/ChangeLog +++ b/dev-python/http-parser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/http-parser # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.2 2012/08/24 08:19:25 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.3 2012/10/17 05:48:15 patrick Exp $ + + 17 Oct 2012; Patrick Lauer <patrick@gentoo.org> http-parser-0.7.8.ebuild: + Restricting python 2.5 *http-parser-0.7.8 (24 Aug 2012) diff --git a/dev-python/http-parser/http-parser-0.7.8.ebuild b/dev-python/http-parser/http-parser-0.7.8.ebuild index fa7a9a246420..d20954ebfa61 100644 --- a/dev-python/http-parser/http-parser-0.7.8.ebuild +++ b/dev-python/http-parser/http-parser-0.7.8.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/http-parser/http-parser-0.7.8.ebuild,v 1.1 2012/08/24 08:19:25 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.7.8.ebuild,v 1.2 2012/10/17 05:48:15 patrick Exp $ EAPI=4 SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="*-jython" +RESTRICT_PYTHON_ABIS="2.5 *-jython" inherit distutils |