diff options
author | 2010-05-22 10:58:08 +0000 | |
---|---|---|
committer | 2010-05-22 10:58:08 +0000 | |
commit | fe2d25950ee6c717e13585cc24cab2c4d48c94d0 (patch) | |
tree | 8c7ac9cda9f1bd203700e517ba1bccda3649848b /dev-python | |
parent | Remove humpback from metadata.xml (#34793) (diff) | |
download | gentoo-2-fe2d25950ee6c717e13585cc24cab2c4d48c94d0.tar.gz gentoo-2-fe2d25950ee6c717e13585cc24cab2c4d48c94d0.tar.bz2 gentoo-2-fe2d25950ee6c717e13585cc24cab2c4d48c94d0.zip |
Add ~alpha/~ia64/~sparc
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/httplib2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/httplib2/httplib2-0.5.0.ebuild | 6 | ||||
-rw-r--r-- | dev-python/httplib2/httplib2-0.6.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/httplib2/ChangeLog b/dev-python/httplib2/ChangeLog index 1040266b026e..b7e432353f69 100644 --- a/dev-python/httplib2/ChangeLog +++ b/dev-python/httplib2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/httplib2 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.19 2010/03/08 10:47:38 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.20 2010/05/22 10:58:08 armin76 Exp $ + + 22 May 2010; Raúl Porcel <armin76@gentoo.org> httplib2-0.5.0.ebuild, + httplib2-0.6.0.ebuild: + Add ~alpha/~ia64/~sparc 08 Mar 2010; Dirkjan Ochtman <djc@gentoo.org> httplib2-0.6.0.ebuild: stable amd64, bug 302674 diff --git a/dev-python/httplib2/httplib2-0.5.0.ebuild b/dev-python/httplib2/httplib2-0.5.0.ebuild index 3650e0051c09..8da38fc2b5f0 100644 --- a/dev-python/httplib2/httplib2-0.5.0.ebuild +++ b/dev-python/httplib2/httplib2-0.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.5.0.ebuild,v 1.4 2009/10/07 17:36:14 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.5.0.ebuild,v 1.5 2010/05/22 10:58:08 armin76 Exp $ EAPI="2" @@ -16,7 +16,7 @@ SRC_URI="http://httplib2.googlecode.com/files/${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86" IUSE="" DEPEND="" diff --git a/dev-python/httplib2/httplib2-0.6.0.ebuild b/dev-python/httplib2/httplib2-0.6.0.ebuild index 6d1d4abb8e9f..f860da262dc9 100644 --- a/dev-python/httplib2/httplib2-0.6.0.ebuild +++ b/dev-python/httplib2/httplib2-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.6.0.ebuild,v 1.5 2010/03/08 10:47:38 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.6.0.ebuild,v 1.6 2010/05/22 10:58:08 armin76 Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="http://httplib2.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86" IUSE="" DEPEND="" |