diff options
author | Markus Meier <maekke@gentoo.org> | 2009-05-14 19:48:24 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-05-14 19:48:24 +0000 |
commit | e85e757432618e15a6c78aec3edeec664d97871d (patch) | |
tree | 98308ed90c9a55737805af586995118848d334aa /dev-python/httplib2 | |
parent | amd64 stable, bug #266986 (diff) | |
download | gentoo-2-e85e757432618e15a6c78aec3edeec664d97871d.tar.gz gentoo-2-e85e757432618e15a6c78aec3edeec664d97871d.tar.bz2 gentoo-2-e85e757432618e15a6c78aec3edeec664d97871d.zip |
amd64/x86 stable, bug #269398
(Portage version: 2.1.6.13/cvs/Linux x86_64)
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 88e8cf66d9d9..a2e745dc3d46 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.9 2009/04/23 09:10:39 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.10 2009/05/14 19:48:24 maekke Exp $ + + 14 May 2009; Markus Meier <maekke@gentoo.org> httplib2-0.4.0-r1.ebuild: + amd64/x86 stable, bug #269398 *httplib2-0.4.0-r1 (23 Apr 2009) diff --git a/dev-python/httplib2/httplib2-0.4.0-r1.ebuild b/dev-python/httplib2/httplib2-0.4.0-r1.ebuild index 2aabd544e588..5125bef47a7e 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.1 2009/04/23 09:10:39 patrick Exp $ +# $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 $ 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="" |