diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-10 04:08:57 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-10 04:08:57 +0000 |
commit | 9a7e1f1a8d7281e568b4ea2fb1f35e24733ab984 (patch) | |
tree | 11270cc4d84b34b1af1e2ee420f159bea316b017 /dev-python/crcmod | |
parent | Changing python deps in preparation for 2.4 removal (diff) | |
download | gentoo-2-9a7e1f1a8d7281e568b4ea2fb1f35e24733ab984.tar.gz gentoo-2-9a7e1f1a8d7281e568b4ea2fb1f35e24733ab984.tar.bz2 gentoo-2-9a7e1f1a8d7281e568b4ea2fb1f35e24733ab984.zip |
Changing python deps in preparation for 2.4 removal
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/crcmod')
-rw-r--r-- | dev-python/crcmod/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/crcmod/crcmod-1.7-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/crcmod/crcmod-1.7.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/crcmod/ChangeLog b/dev-python/crcmod/ChangeLog index 0a9d0cd3d4cc..7fe52a4cdd09 100644 --- a/dev-python/crcmod/ChangeLog +++ b/dev-python/crcmod/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/crcmod -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/crcmod/ChangeLog,v 1.3 2011/10/10 18:32:11 sbriesen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/crcmod/ChangeLog,v 1.4 2012/02/10 04:08:57 patrick Exp $ + + 10 Feb 2012; Patrick Lauer <patrick@gentoo.org> crcmod-1.7-r1.ebuild, + crcmod-1.7.ebuild: + Changing python deps in preparation for 2.4 removal *crcmod-1.7-r1 (10 Oct 2011) diff --git a/dev-python/crcmod/crcmod-1.7-r1.ebuild b/dev-python/crcmod/crcmod-1.7-r1.ebuild index c9811f34dbc1..44d5ccb38b0b 100644 --- a/dev-python/crcmod/crcmod-1.7-r1.ebuild +++ b/dev-python/crcmod/crcmod-1.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 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/crcmod/crcmod-1.7-r1.ebuild,v 1.1 2011/10/10 18:32:11 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/crcmod/crcmod-1.7-r1.ebuild,v 1.2 2012/02/10 04:08:57 patrick Exp $ # For the 2.x versions of Python, these versions have been tested: 2.4 2.5 2.6 2.7 # For the 3.x versions of Python, these versions have been tested: 3.1 @@ -8,7 +8,7 @@ # Python 3.2 seems to work also; sbriesen 2011-10-10 EAPI=3 -PYTHON_DEPEND="2:2.4:2.7 3:3.1:3.2" +PYTHON_DEPEND="2:2.5:2.7 3:3.1:3.2" SUPPORT_PYTHON_ABIS="1" #RESTRICT_PYTHON_ABIS="3.2" diff --git a/dev-python/crcmod/crcmod-1.7.ebuild b/dev-python/crcmod/crcmod-1.7.ebuild index 6e1c26a0b670..faea0d56d860 100644 --- a/dev-python/crcmod/crcmod-1.7.ebuild +++ b/dev-python/crcmod/crcmod-1.7.ebuild @@ -1,12 +1,12 @@ -# 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/crcmod/crcmod-1.7.ebuild,v 1.2 2010/10/10 18:21:17 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/crcmod/crcmod-1.7.ebuild,v 1.3 2012/02/10 04:08:57 patrick Exp $ # For the 2.x versions of Python, these versions have been tested: 2.4 2.5 2.6 2.7 # For the 3.x versions of Python, these versions have been tested: 3.1 EAPI="3" -PYTHON_DEPEND="2:2.4:2.7 3:3.1:3.1" +PYTHON_DEPEND="2:2.5:2.7 3:3.1:3.1" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.2" |