diff options
author | 2012-08-02 18:15:40 +0000 | |
---|---|---|
committer | 2012-08-02 18:15:40 +0000 | |
commit | 63fc2ac2fc019a95373079242c5d1d40592c31af (patch) | |
tree | c8c3ed59e1f7663302b893599dc66197623257ac /dev-python/httplib2 | |
parent | Keyword amd64-linux and x86-linux (diff) | |
download | gentoo-2-63fc2ac2fc019a95373079242c5d1d40592c31af.tar.gz gentoo-2-63fc2ac2fc019a95373079242c5d1d40592c31af.tar.bz2 gentoo-2-63fc2ac2fc019a95373079242c5d1d40592c31af.zip |
Keyword amd64-linux and x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/httplib2')
-rw-r--r-- | dev-python/httplib2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/httplib2/httplib2-0.7.4.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/httplib2/ChangeLog b/dev-python/httplib2/ChangeLog index 472da598826e..3b8378cc091f 100644 --- a/dev-python/httplib2/ChangeLog +++ b/dev-python/httplib2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/httplib2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.28 2012/04/11 07:19:58 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.29 2012/08/02 18:15:40 bicatali Exp $ + + 02 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> httplib2-0.7.4.ebuild: + Keyword amd64-linux and x86-linux *httplib2-0.7.4 (11 Apr 2012) @@ -114,4 +117,3 @@ 23 Oct 2006; Piotr Jaroszyński <peper@gentoo.org> +metadata.xml, +httplib2-0.2.0.ebuild: New package. Thanks to Tim Cera <timcera@earthlink.net>. bug #150691. - diff --git a/dev-python/httplib2/httplib2-0.7.4.ebuild b/dev-python/httplib2/httplib2-0.7.4.ebuild index e01dad579edb..82f3172c959e 100644 --- a/dev-python/httplib2/httplib2-0.7.4.ebuild +++ b/dev-python/httplib2/httplib2-0.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.7.4.ebuild,v 1.1 2012/04/11 07:19:58 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.7.4.ebuild,v 1.2 2012/08/02 18:15:40 bicatali Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -16,7 +16,7 @@ SRC_URI="http://httplib2.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x64-macos ~x86-linux" IUSE="" DEPEND="" |