diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 07:24:05 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 07:24:05 +0000 |
commit | fcc0c85cf7722f45b68ad084a36869096558ed73 (patch) | |
tree | 85d88a62b0fb61b13f5276221c4d9689cd610c1c /dev-python/kaa-imlib2 | |
parent | Remove old. (diff) | |
download | historical-fcc0c85cf7722f45b68ad084a36869096558ed73.tar.gz historical-fcc0c85cf7722f45b68ad084a36869096558ed73.tar.bz2 historical-fcc0c85cf7722f45b68ad084a36869096558ed73.zip |
Restricting pypy and jython
Package-Manager: portage-2.2.0_alpha88/cvs/Linux x86_64
Diffstat (limited to 'dev-python/kaa-imlib2')
-rw-r--r-- | dev-python/kaa-imlib2/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/kaa-imlib2/ChangeLog b/dev-python/kaa-imlib2/ChangeLog index 645080d0148f..ff087a4bd480 100644 --- a/dev-python/kaa-imlib2/ChangeLog +++ b/dev-python/kaa-imlib2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/kaa-imlib2 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/ChangeLog,v 1.16 2010/06/29 04:36:45 arfrever Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/ChangeLog,v 1.17 2012/02/23 07:24:05 patrick Exp $ + + 23 Feb 2012; Patrick Lauer <patrick@gentoo.org> kaa-imlib2-0.2.3-r1.ebuild: + Restricting pypy and jython 29 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> kaa-imlib2-0.2.3-r1.ebuild: diff --git a/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r1.ebuild b/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r1.ebuild index 2323bf0632e3..c7100846d3d6 100644 --- a/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r1.ebuild +++ b/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-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/kaa-imlib2/kaa-imlib2-0.2.3-r1.ebuild,v 1.6 2010/06/29 04:36:45 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r1.ebuild,v 1.7 2012/02/23 07:24:05 patrick Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 3.*" +RESTRICT_PYTHON_ABIS="2.4 3.* 2.7-pypy-* *-jython" inherit distutils eutils |