diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 14:05:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 14:05:13 +0000 |
commit | cb94b7325df8cb203cea3502205d8f009e3d7ca8 (patch) | |
tree | b715b4680bf0bfe0454bd8c9df321d0abd6ea7ef /dev-python | |
parent | Add patch to from OpenMamba to fix build on arm, wrt bug #448136. (diff) | |
download | gentoo-2-cb94b7325df8cb203cea3502205d8f009e3d7ca8.tar.gz gentoo-2-cb94b7325df8cb203cea3502205d8f009e3d7ca8.tar.bz2 gentoo-2-cb94b7325df8cb203cea3502205d8f009e3d7ca8.zip |
Stable for sparc, wrt bug #447910
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/httplib2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/httplib2/httplib2-0.7.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/httplib2/ChangeLog b/dev-python/httplib2/ChangeLog index f712042d8b37..30ca66ca3835 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.37 2012/12/25 22:17:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.38 2012/12/30 14:05:13 ago Exp $ + + 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> httplib2-0.7.6.ebuild: + Stable for sparc, wrt bug #447910 25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> httplib2-0.7.6.ebuild: Stable for ia64, wrt bug #447910 diff --git a/dev-python/httplib2/httplib2-0.7.6.ebuild b/dev-python/httplib2/httplib2-0.7.6.ebuild index 4200439eb38a..d900ee898b16 100644 --- a/dev-python/httplib2/httplib2-0.7.6.ebuild +++ b/dev-python/httplib2/httplib2-0.7.6.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.6.ebuild,v 1.6 2012/12/25 22:17:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.7.6.ebuild,v 1.7 2012/12/30 14:05:13 ago Exp $ EAPI="4" PYTHON_DEPEND="2 3:3.2" @@ -17,7 +17,7 @@ SRC_URI="http://httplib2.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="" src_test() { |