summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2011-05-24 21:02:58 +0000
committerMarkus Meier <maekke@gentoo.org>2011-05-24 21:02:58 +0000
commit5cd53c99989cdaf859ccfe37523ebd72ce069f85 (patch)
tree8c78617eaed2a923be9da7ba65da117bd2749134 /dev-python/python-openid
parentx86 stable, bug #365571 (diff)
downloadhistorical-5cd53c99989cdaf859ccfe37523ebd72ce069f85.tar.gz
historical-5cd53c99989cdaf859ccfe37523ebd72ce069f85.tar.bz2
historical-5cd53c99989cdaf859ccfe37523ebd72ce069f85.zip
x86 stable, bug #365537
Package-Manager: portage-2.1.9.49/cvs/Linux x86_64
Diffstat (limited to 'dev-python/python-openid')
-rw-r--r--dev-python/python-openid/ChangeLog5
-rw-r--r--dev-python/python-openid/python-openid-2.2.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/python-openid/ChangeLog b/dev-python/python-openid/ChangeLog
index 61c72607b45e..a2615e43c286 100644
--- a/dev-python/python-openid/ChangeLog
+++ b/dev-python/python-openid/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-openid
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.17 2011/05/05 09:00:05 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.18 2011/05/24 21:02:40 maekke Exp $
+
+ 24 May 2011; Markus Meier <maekke@gentoo.org> python-openid-2.2.5.ebuild:
+ x86 stable, bug #365537
05 May 2011; Markos Chandras <hwoarang@gentoo.org>
python-openid-2.2.5.ebuild:
diff --git a/dev-python/python-openid/python-openid-2.2.5.ebuild b/dev-python/python-openid/python-openid-2.2.5.ebuild
index 2e50341d3cf1..b32a37592b94 100644
--- a/dev-python/python-openid/python-openid-2.2.5.ebuild
+++ b/dev-python/python-openid/python-openid-2.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v 1.4 2011/05/05 09:00:05 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.5.ebuild,v 1.5 2011/05/24 21:02:40 maekke Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -16,7 +16,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="examples mysql postgres sqlite"
RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2 )