summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-07-15 12:58:44 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-07-15 12:58:44 +0000
commitebb98549ad90c1e0367c7a2e105c8a318eedafe0 (patch)
treea933a5fd608c7739e3ebb4a6dabc55916fdc276d /dev-python
parentRestore one file deleted by mistake. (diff)
downloadgentoo-2-ebb98549ad90c1e0367c7a2e105c8a318eedafe0.tar.gz
gentoo-2-ebb98549ad90c1e0367c7a2e105c8a318eedafe0.tar.bz2
gentoo-2-ebb98549ad90c1e0367c7a2e105c8a318eedafe0.zip
stable x86, bug 277333
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/simplejson/ChangeLog6
-rw-r--r--dev-python/simplejson/simplejson-2.0.9.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog
index af8318d0374e..efca6e2e623b 100644
--- a/dev-python/simplejson/ChangeLog
+++ b/dev-python/simplejson/ChangeLog
@@ -1,6 +1,10 @@
# 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.13 2009/04/23 20:54:24 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.14 2009/07/15 12:58:44 fauli Exp $
+
+ 15 Jul 2009; Christian Faulhammer <fauli@gentoo.org>
+ simplejson-2.0.9.ebuild:
+ stable x86, bug 277333
23 Apr 2009; Patrick Lauer <patrick@gentoo.org> simplejson-2.0.9:
Fixing python dep for py 2.6, fixes #267179
diff --git a/dev-python/simplejson/simplejson-2.0.9.ebuild b/dev-python/simplejson/simplejson-2.0.9.ebuild
index a0796895e7ac..37251ca7c9c7 100644
--- a/dev-python/simplejson/simplejson-2.0.9.ebuild
+++ b/dev-python/simplejson/simplejson-2.0.9.ebuild
@@ -1,10 +1,10 @@
# 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.2 2009/04/23 20:54:24 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.0.9.ebuild,v 1.3 2009/07/15 12:58:44 fauli Exp $
inherit distutils
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
DESCRIPTION="A simple, fast, complete, correct and extensible JSON encoder and decoder."
HOMEPAGE="http://undefined.org/python/#simplejson"