diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-10-18 01:48:04 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-10-18 01:48:04 +0000 |
commit | d69f41221593219592e5716ef17d3df1277ba029 (patch) | |
tree | 95a96f566443f1a7489eb096222f313e6ba55837 /dev-python/cosmolopy | |
parent | Bump. (diff) | |
download | gentoo-2-d69f41221593219592e5716ef17d3df1277ba029.tar.gz gentoo-2-d69f41221593219592e5716ef17d3df1277ba029.tar.bz2 gentoo-2-d69f41221593219592e5716ef17d3df1277ba029.zip |
Restricting CPython-2.5
(Portage version: 2.2.0_alpha139/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/cosmolopy')
-rw-r--r-- | dev-python/cosmolopy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/cosmolopy/cosmolopy-0.1.104.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cosmolopy/ChangeLog b/dev-python/cosmolopy/ChangeLog index 438e7e3f1ec4..10aad6a657cd 100644 --- a/dev-python/cosmolopy/ChangeLog +++ b/dev-python/cosmolopy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cosmolopy # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/ChangeLog,v 1.6 2012/08/02 18:19:46 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/ChangeLog,v 1.7 2012/10/18 01:48:04 patrick Exp $ + + 18 Oct 2012; Patrick Lauer <patrick@gentoo.org> cosmolopy-0.1.104.ebuild: + Restricting CPython-2.5 02 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> -cosmolopy-0.1.102.ebuild, -cosmolopy-0.1.103.ebuild, cosmolopy-0.1.104.ebuild: diff --git a/dev-python/cosmolopy/cosmolopy-0.1.104.ebuild b/dev-python/cosmolopy/cosmolopy-0.1.104.ebuild index 250b745802a3..4ff91c78f5fc 100644 --- a/dev-python/cosmolopy/cosmolopy-0.1.104.ebuild +++ b/dev-python/cosmolopy/cosmolopy-0.1.104.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/cosmolopy-0.1.104.ebuild,v 1.2 2012/08/02 18:19:46 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/cosmolopy-0.1.104.ebuild,v 1.3 2012/10/18 01:48:04 patrick Exp $ EAPI=4 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="2.5 3.* *-jython" inherit distutils |