diff options
author | 2009-05-21 20:39:52 +0000 | |
---|---|---|
committer | 2009-05-21 20:39:52 +0000 | |
commit | 74eb550d4d4090a15f6c00de1ea2a433bf0ee196 (patch) | |
tree | eb79f96af204104eda90f9f7185e27405ab616c2 /dev-python/httplib2 | |
parent | stable ppc, bug 268690 (diff) | |
download | historical-74eb550d4d4090a15f6c00de1ea2a433bf0ee196.tar.gz historical-74eb550d4d4090a15f6c00de1ea2a433bf0ee196.tar.bz2 historical-74eb550d4d4090a15f6c00de1ea2a433bf0ee196.zip |
stable ppc, bug 269398
Package-Manager: portage-2.1.6.11/cvs/Linux ppc64
Diffstat (limited to 'dev-python/httplib2')
-rw-r--r-- | dev-python/httplib2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/httplib2/httplib2-0.4.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/httplib2/ChangeLog b/dev-python/httplib2/ChangeLog index a2e745dc3d46..4eb16f3f652b 100644 --- a/dev-python/httplib2/ChangeLog +++ b/dev-python/httplib2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/httplib2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.10 2009/05/14 19:48:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.11 2009/05/21 20:39:52 ranger Exp $ + + 21 May 2009; Brent Baude <ranger@gentoo.org> httplib2-0.4.0-r1.ebuild: + stable ppc, bug 269398 14 May 2009; Markus Meier <maekke@gentoo.org> httplib2-0.4.0-r1.ebuild: amd64/x86 stable, bug #269398 diff --git a/dev-python/httplib2/httplib2-0.4.0-r1.ebuild b/dev-python/httplib2/httplib2-0.4.0-r1.ebuild index 5125bef47a7e..035ed46e3a19 100644 --- a/dev-python/httplib2/httplib2-0.4.0-r1.ebuild +++ b/dev-python/httplib2/httplib2-0.4.0-r1.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/httplib2/httplib2-0.4.0-r1.ebuild,v 1.2 2009/05/14 19:48:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.4.0-r1.ebuild,v 1.3 2009/05/21 20:39:52 ranger Exp $ NEED_PYTHON=2.3 @@ -12,7 +12,7 @@ SRC_URI="http://httplib2.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" |