summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/simplejson/ChangeLog10
-rw-r--r--dev-python/simplejson/simplejson-1.7.1.ebuild4
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog
index 991ca7ab8882..82d9eb2c48d6 100644
--- a/dev-python/simplejson/ChangeLog
+++ b/dev-python/simplejson/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-python/simplejson
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.5 2007/07/04 21:30:14 lucass Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.6 2007/10/11 11:19:21 hansmi Exp $
+
+ 11 Oct 2007; Michael Hanselmann <hansmi@gentoo.org>
+ simplejson-1.7.1.ebuild:
+ Stable on amd64, x86.
+
+ 11 Oct 2007; Michael Hanselmann <hansmi@gentoo.org>
+ simplejson-1.7.1.ebuild:
+ Stable on amd64, x86.
04 Jul 2007; Lukasz Strzygowski <lucass@gentoo.org>
-simplejson-1.6.ebuild, simplejson-1.7.1.ebuild:
diff --git a/dev-python/simplejson/simplejson-1.7.1.ebuild b/dev-python/simplejson/simplejson-1.7.1.ebuild
index 4a1eea0dfc4c..54df4bf0daf6 100644
--- a/dev-python/simplejson/simplejson-1.7.1.ebuild
+++ b/dev-python/simplejson/simplejson-1.7.1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-1.7.1.ebuild,v 1.2 2007/07/04 21:30:14 lucass Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-1.7.1.ebuild,v 1.3 2007/10/11 11:19:21 hansmi Exp $
NEED_PYTHON=2.3
inherit distutils
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
DESCRIPTION="A simple, fast, complete, correct and extensible JSON encoder and decoder."
HOMEPAGE="http://undefined.org/python/#simplejson"