diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-04 09:58:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-04 09:58:26 +0000 |
commit | 4cc8c143ffeab1eacd56d5a3122879892451a439 (patch) | |
tree | 1061ba34b9aeb0d6c0de8456a981bbd528baaf77 /dev-python/httplib2 | |
parent | Stable for amd64, wrt bug #530472 (diff) | |
download | gentoo-2-4cc8c143ffeab1eacd56d5a3122879892451a439.tar.gz gentoo-2-4cc8c143ffeab1eacd56d5a3122879892451a439.tar.bz2 gentoo-2-4cc8c143ffeab1eacd56d5a3122879892451a439.zip |
Stable for amd64, wrt bug #531502
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/httplib2')
-rw-r--r-- | dev-python/httplib2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/httplib2/httplib2-0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/httplib2/ChangeLog b/dev-python/httplib2/ChangeLog index 267f432ad5d4..4e1b2053dcb0 100644 --- a/dev-python/httplib2/ChangeLog +++ b/dev-python/httplib2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/httplib2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.45 2014/12/02 23:17:03 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.46 2014/12/04 09:58:26 ago Exp $ + + 04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> httplib2-0.8.ebuild: + Stable for amd64, wrt bug #531502 02 Dec 2014; Ian Delaney <idella4@gentoo.org> httplib2-0.8.ebuild: clean old impl diff --git a/dev-python/httplib2/httplib2-0.8.ebuild b/dev-python/httplib2/httplib2-0.8.ebuild index 107a263d18b4..efe1dbd7a68a 100644 --- a/dev-python/httplib2/httplib2-0.8.ebuild +++ b/dev-python/httplib2/httplib2-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v 1.6 2014/12/02 23:17:03 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v 1.7 2014/12/04 09:58:26 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -13,7 +13,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="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |