diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-08-09 08:16:43 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-08-09 08:16:43 +0000 |
commit | 1e8067633903ac13fbec6ce20dcd7ce8b1a5ad2f (patch) | |
tree | 02f3ee564ab2ad831d3fbd3eb1872e864d7e3d1d /dev-python/oct2py | |
parent | Remove unused patch. (diff) | |
download | gentoo-2-1e8067633903ac13fbec6ce20dcd7ce8b1a5ad2f.tar.gz gentoo-2-1e8067633903ac13fbec6ce20dcd7ce8b1a5ad2f.tar.bz2 gentoo-2-1e8067633903ac13fbec6ce20dcd7ce8b1a5ad2f.zip |
Restrict python 2.5
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/oct2py')
-rw-r--r-- | dev-python/oct2py/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/oct2py/oct2py-0.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/oct2py/ChangeLog b/dev-python/oct2py/ChangeLog index 2ff16fae7e17..b2ff9b114a6c 100644 --- a/dev-python/oct2py/ChangeLog +++ b/dev-python/oct2py/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/oct2py # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/ChangeLog,v 1.2 2012/08/01 21:47:50 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/ChangeLog,v 1.3 2012/08/09 08:16:43 patrick Exp $ + + 09 Aug 2012; Patrick Lauer <patrick@gentoo.org> oct2py-0.3.2.ebuild: + Restrict python 2.5 01 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> oct2py-0.3.2.ebuild: fixed license, thanks arfrever diff --git a/dev-python/oct2py/oct2py-0.3.2.ebuild b/dev-python/oct2py/oct2py-0.3.2.ebuild index 3d1fbd6a3eed..da23b269d3ba 100644 --- a/dev-python/oct2py/oct2py-0.3.2.ebuild +++ b/dev-python/oct2py/oct2py-0.3.2.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/oct2py/oct2py-0.3.2.ebuild,v 1.2 2012/08/01 21:47:50 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oct2py/oct2py-0.3.2.ebuild,v 1.3 2012/08/09 08:16:43 patrick Exp $ EAPI=4 SUPPORT_PYTHON_ABIS=1 DISTUTILS_SRC_TEST="nosetests" -RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" +RESTRICT_PYTHON_ABIS="2.5 *-jython *-pypy-*" inherit distutils |