summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-04-23 20:54:24 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-04-23 20:54:24 +0000
commitfdd8a2495aa5691141ced585d4708939c21608d2 (patch)
tree963ed046bae91a8df66f9c70edec18dfbd6a51c6 /dev-python/simplejson
parentStable for HPPA (bug #266957). (diff)
downloadgentoo-2-fdd8a2495aa5691141ced585d4708939c21608d2.tar.gz
gentoo-2-fdd8a2495aa5691141ced585d4708939c21608d2.tar.bz2
gentoo-2-fdd8a2495aa5691141ced585d4708939c21608d2.zip
Fixing python dep for py 2.6, fixes #267179
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r--dev-python/simplejson/ChangeLog5
-rw-r--r--dev-python/simplejson/simplejson-2.0.9.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog
index d0bdac704b20..af8318d0374e 100644
--- a/dev-python/simplejson/ChangeLog
+++ b/dev-python/simplejson/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/simplejson
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.12 2009/04/04 14:05:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.13 2009/04/23 20:54:24 patrick Exp $
+
+ 23 Apr 2009; Patrick Lauer <patrick@gentoo.org> simplejson-2.0.9:
+ Fixing python dep for py 2.6, fixes #267179
04 Apr 2009; Markus Meier <maekke@gentoo.org> simplejson-2.0.4.ebuild:
amd64/x86 stable, bug #243812
diff --git a/dev-python/simplejson/simplejson-2.0.9.ebuild b/dev-python/simplejson/simplejson-2.0.9.ebuild
index 505c973ee86a..a0796895e7ac 100644
--- a/dev-python/simplejson/simplejson-2.0.9.ebuild
+++ b/dev-python/simplejson/simplejson-2.0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.0.9.ebuild,v 1.1 2009/04/03 09:43:10 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.0.9.ebuild,v 1.2 2009/04/23 20:54:24 patrick Exp $
inherit distutils
@@ -13,7 +13,7 @@ LICENSE="MIT"
SLOT="0"
IUSE="doc test"
-RDEPEND="<dev-lang/python-2.6"
+RDEPEND="dev-lang/python"
DEPEND="dev-python/setuptools
${RDEPEND}"