diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:41:33 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:41:33 +0000 |
commit | 5befa186379a4f92edc0e52900687a4a84bda809 (patch) | |
tree | 575dada374783dc537053c1a606f492127e5cc16 | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-5befa186379a4f92edc0e52900687a4a84bda809.tar.gz gentoo-2-5befa186379a4f92edc0e52900687a4a84bda809.tar.bz2 gentoo-2-5befa186379a4f92edc0e52900687a4a84bda809.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
-rw-r--r-- | dev-python/urllib3/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/urllib3/urllib3-1.9.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/urllib3/ChangeLog b/dev-python/urllib3/ChangeLog index b5ebab75a49e..f01bcc75e9fe 100644 --- a/dev-python/urllib3/ChangeLog +++ b/dev-python/urllib3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/urllib3 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v 1.28 2014/12/27 03:17:59 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v 1.29 2015/03/06 22:41:33 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> urllib3-1.9.1.ebuild: + amd64 stable, bug 540290 *urllib3-1.10 (27 Dec 2014) diff --git a/dev-python/urllib3/urllib3-1.9.1.ebuild b/dev-python/urllib3/urllib3-1.9.1.ebuild index a0d72e4a0903..1a0c77b88a0a 100644 --- a/dev-python/urllib3/urllib3-1.9.1.ebuild +++ b/dev-python/urllib3/urllib3-1.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.9.1.ebuild,v 1.3 2014/10/22 09:59:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.9.1.ebuild,v 1.4 2015/03/06 22:41:33 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="doc test" RDEPEND="dev-python/six[${PYTHON_USEDEP}] |