diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-20 19:02:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-20 19:02:21 +0000 |
commit | 36dad922e0c6cf473a25c38fbfca845b842af036 (patch) | |
tree | 84374832946b5202cba79b4729106c21211dd34a /dev-python/httplib2 | |
parent | Stable for amd64, wrt bug #447164 (diff) | |
download | gentoo-2-36dad922e0c6cf473a25c38fbfca845b842af036.tar.gz gentoo-2-36dad922e0c6cf473a25c38fbfca845b842af036.tar.bz2 gentoo-2-36dad922e0c6cf473a25c38fbfca845b842af036.zip |
Stable for amd64, wrt bug #447910
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/httplib2')
-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 52f7e8cb3e34..c67ebc239415 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.32 2012/12/20 07:37:19 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.33 2012/12/20 19:02:21 ago Exp $ + + 20 Dec 2012; Agostino Sarubbo <ago@gentoo.org> httplib2-0.7.6.ebuild: + Stable for amd64, wrt bug #447910 20 Dec 2012; Tim Harder <radhermit@gentoo.org> -httplib2-0.7.1.ebuild, -httplib2-0.7.2.ebuild, -httplib2-0.7.4.ebuild: diff --git a/dev-python/httplib2/httplib2-0.7.6.ebuild b/dev-python/httplib2/httplib2-0.7.6.ebuild index 174a0beddcea..4c5cb7a7d8e6 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.1 2012/09/21 12:22:44 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.7.6.ebuild,v 1.2 2012/12/20 19:02:21 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 ~x64-macos ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="" src_test() { |