diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-03-21 08:52:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-03-21 08:52:17 +0000 |
commit | c0c58a45d56afec2e195ca50eba926ef03b575ef (patch) | |
tree | 517f409aecf995d8ec09cf956095b832b2c8b643 /dev-python/urllib3 | |
parent | Bump EAPI; use pkg-config for ncurses lib detection; use dobin and prune_libt... (diff) | |
download | gentoo-2-c0c58a45d56afec2e195ca50eba926ef03b575ef.tar.gz gentoo-2-c0c58a45d56afec2e195ca50eba926ef03b575ef.tar.bz2 gentoo-2-c0c58a45d56afec2e195ca50eba926ef03b575ef.zip |
Stable for HPPA (bug #540290).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-python/urllib3')
-rw-r--r-- | dev-python/urllib3/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/urllib3/urllib3-1.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/urllib3/ChangeLog b/dev-python/urllib3/ChangeLog index 0024a8e54735..e042d82dbb2b 100644 --- a/dev-python/urllib3/ChangeLog +++ b/dev-python/urllib3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/urllib3 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v 1.34 2015/03/17 09:32:55 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v 1.35 2015/03/21 08:52:17 jer Exp $ + + 21 Mar 2015; Jeroen Roovers <jer@gentoo.org> urllib3-1.9.1.ebuild: + Stable for HPPA (bug #540290). *urllib3-1.10.1 (17 Mar 2015) diff --git a/dev-python/urllib3/urllib3-1.9.1.ebuild b/dev-python/urllib3/urllib3-1.9.1.ebuild index 5a6e1a8134fa..fbf6289ad504 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-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.8 2015/03/10 13:16:49 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.9.1.ebuild,v 1.9 2015/03/21 08:52:17 jer 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}] |