diff options
-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 |