diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-21 05:02:17 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-21 05:02:17 +0000 |
commit | 5d2324f9d5c39dbeec557454c3e000e97bc3fb87 (patch) | |
tree | d77f2924168f386ee929b01e3c1eee9e14ad3994 /dev-python/apse | |
parent | dev-perl/IPC-System-Simple too (diff) | |
download | gentoo-2-5d2324f9d5c39dbeec557454c3e000e97bc3fb87.tar.gz gentoo-2-5d2324f9d5c39dbeec557454c3e000e97bc3fb87.tar.bz2 gentoo-2-5d2324f9d5c39dbeec557454c3e000e97bc3fb87.zip |
Restricting jython
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/apse')
-rw-r--r-- | dev-python/apse/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/apse/apse-0.2-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/apse/ChangeLog b/dev-python/apse/ChangeLog index 1fa25a046574..8e148c06c8bc 100644 --- a/dev-python/apse/ChangeLog +++ b/dev-python/apse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/apse -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apse/ChangeLog,v 1.10 2010/07/23 19:53:35 arfrever Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/apse/ChangeLog,v 1.11 2012/02/21 05:02:17 patrick Exp $ + + 21 Feb 2012; Patrick Lauer <patrick@gentoo.org> apse-0.2-r1.ebuild: + Restricting jython 23 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> apse-0.2-r1.ebuild: diff --git a/dev-python/apse/apse-0.2-r1.ebuild b/dev-python/apse/apse-0.2-r1.ebuild index d3852e0c33a6..7e3f9ab4f4c3 100644 --- a/dev-python/apse/apse-0.2-r1.ebuild +++ b/dev-python/apse/apse-0.2-r1.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/apse/apse-0.2-r1.ebuild,v 1.2 2010/07/23 19:53:35 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/apse/apse-0.2-r1.ebuild,v 1.3 2012/02/21 05:02:17 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils |