summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2013-03-01 09:12:16 +0000
committerSven Wegener <swegener@gentoo.org>2013-03-01 09:12:16 +0000
commit778090c57b3d7991a5cff506272e0b882319bf21 (patch)
tree39fad5179fd3765577b27c44fa15269121a20704 /dev-python
parentVersion bump (diff)
downloadgentoo-2-778090c57b3d7991a5cff506272e0b882319bf21.tar.gz
gentoo-2-778090c57b3d7991a5cff506272e0b882319bf21.tar.bz2
gentoo-2-778090c57b3d7991a5cff506272e0b882319bf21.zip
Don't build for python 2.4.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/setproctitle/ChangeLog5
-rw-r--r--dev-python/setproctitle/setproctitle-1.1.3.ebuild4
-rw-r--r--dev-python/setproctitle/setproctitle-1.1.6.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/setproctitle/ChangeLog b/dev-python/setproctitle/ChangeLog
index 652569d99b38..3ad51db91daf 100644
--- a/dev-python/setproctitle/ChangeLog
+++ b/dev-python/setproctitle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/setproctitle
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v 1.24 2013/02/15 16:52:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/ChangeLog,v 1.25 2013/03/01 09:12:16 swegener Exp $
+
+ 01 Mar 2013; Sven Wegener <swegener@gentoo.org> setproctitle-1.1.6.ebuild:
+ Don't build for python 2.4.
*setproctitle-1.1.6-r1 (15 Feb 2013)
diff --git a/dev-python/setproctitle/setproctitle-1.1.3.ebuild b/dev-python/setproctitle/setproctitle-1.1.3.ebuild
index 2a618e9d2e57..a82072ed3ae3 100644
--- a/dev-python/setproctitle/setproctitle-1.1.3.ebuild
+++ b/dev-python/setproctitle/setproctitle-1.1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.3.ebuild,v 1.4 2012/05/18 05:44:26 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.3.ebuild,v 1.5 2013/03/01 09:12:16 swegener Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
diff --git a/dev-python/setproctitle/setproctitle-1.1.6.ebuild b/dev-python/setproctitle/setproctitle-1.1.6.ebuild
index e55ad0f5ba91..261bca0ca4aa 100644
--- a/dev-python/setproctitle/setproctitle-1.1.6.ebuild
+++ b/dev-python/setproctitle/setproctitle-1.1.6.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.6.ebuild,v 1.9 2013/01/01 14:17:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setproctitle/setproctitle-1.1.6.ebuild,v 1.10 2013/03/01 09:12:16 swegener Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="*-jython"
+RESTRICT_PYTHON_ABIS="*-jython 2.4"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils toolchain-funcs