diff options
author | 2012-08-07 09:31:52 +0000 | |
---|---|---|
committer | 2012-08-07 09:31:52 +0000 | |
commit | be4f5d792c65e19387cf5b53b31dd8bcae8a08d7 (patch) | |
tree | dc8286313c09c192484ef583be11d9d0b38c0f90 /dev-python/ansi2html | |
parent | Version bump. (diff) | |
download | historical-be4f5d792c65e19387cf5b53b31dd8bcae8a08d7.tar.gz historical-be4f5d792c65e19387cf5b53b31dd8bcae8a08d7.tar.bz2 historical-be4f5d792c65e19387cf5b53b31dd8bcae8a08d7.zip |
Restricting py-2.5 and jython
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'dev-python/ansi2html')
-rw-r--r-- | dev-python/ansi2html/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/ansi2html/ansi2html-0.9.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/ansi2html/ChangeLog b/dev-python/ansi2html/ChangeLog index c40d31f82c0e..10c456e73b31 100644 --- a/dev-python/ansi2html/ChangeLog +++ b/dev-python/ansi2html/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ansi2html # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v 1.2 2012/07/22 07:38:45 iksaif Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v 1.3 2012/08/07 09:28:57 patrick Exp $ + + 07 Aug 2012; Patrick Lauer <patrick@gentoo.org> ansi2html-0.9.1.ebuild: + Restricting py-2.5 and jython 22 Jul 2012; Corentin Chary <iksaif@gentoo.org> ansi2html-0.9.1.ebuild: Remove useless workaround (there is a patch) diff --git a/dev-python/ansi2html/ansi2html-0.9.1.ebuild b/dev-python/ansi2html/ansi2html-0.9.1.ebuild index 316dacbabbc9..1b145d0aafea 100644 --- a/dev-python/ansi2html/ansi2html-0.9.1.ebuild +++ b/dev-python/ansi2html/ansi2html-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.1.ebuild,v 1.2 2012/07/22 07:38:45 iksaif Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.1.ebuild,v 1.3 2012/08/07 09:28:57 patrick Exp $ EAPI="4" @@ -8,6 +8,7 @@ EAPI="4" PYTHON_DEPEND="*:2.7" SUPPORT_PYTHON_ABIS="1" DISTUTILS_SRC_TEST="nosetests" +RESTRICT_PYTHON_ABIS="2.5 2.5-jython" inherit distutils eutils |