summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-10 03:05:01 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-10 03:05:01 +0000
commit3fd1b299c9ec2a454e3a06cf5f6a02f5d8fb74a7 (patch)
treeaac9665418e9e25e4e5ef5231c6b5e2dac43e249 /rox-base/rox-lib
parentChanging python deps in preparation for 2.4 removal (diff)
downloadgentoo-2-3fd1b299c9ec2a454e3a06cf5f6a02f5d8fb74a7.tar.gz
gentoo-2-3fd1b299c9ec2a454e3a06cf5f6a02f5d8fb74a7.tar.bz2
gentoo-2-3fd1b299c9ec2a454e3a06cf5f6a02f5d8fb74a7.zip
Changing python deps in preparation for 2.4 removal
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'rox-base/rox-lib')
-rw-r--r--rox-base/rox-lib/ChangeLog7
-rw-r--r--rox-base/rox-lib/rox-lib-2.0.6.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/rox-base/rox-lib/ChangeLog b/rox-base/rox-lib/ChangeLog
index 3d4f82f47e93..1b3c4a84b868 100644
--- a/rox-base/rox-lib/ChangeLog
+++ b/rox-base/rox-lib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for rox-base/rox-lib
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v 1.44 2010/11/15 16:03:02 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/ChangeLog,v 1.45 2012/02/10 03:05:01 patrick Exp $
+
+ 10 Feb 2012; Patrick Lauer <patrick@gentoo.org> rox-lib-2.0.6.ebuild:
+ Changing python deps in preparation for 2.4 removal
15 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-rox-lib-2.0.5-r1.ebuild:
diff --git a/rox-base/rox-lib/rox-lib-2.0.6.ebuild b/rox-base/rox-lib/rox-lib-2.0.6.ebuild
index 134bf2eaac12..386449ac43fc 100644
--- a/rox-base/rox-lib/rox-lib-2.0.6.ebuild
+++ b/rox-base/rox-lib/rox-lib-2.0.6.ebuild
@@ -1,8 +1,8 @@
-# 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/rox-base/rox-lib/rox-lib-2.0.6.ebuild,v 1.6 2010/03/22 16:44:35 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/rox-lib/rox-lib-2.0.6.ebuild,v 1.7 2012/02/10 03:05:01 patrick Exp $
-PYTHON_DEPEND="2:2.4"
+PYTHON_DEPEND="2:2.5"
inherit python eutils multilib
MY_PN="rox-lib2"