diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 19:23:43 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 19:23:43 +0000 |
commit | baf9be1ed7efadbabbf0a5cede2a5cac9f472492 (patch) | |
tree | 4b17092c045eb914766a7cc4dde44eb3bb9efa18 /dev-python | |
parent | ppc stable wrt bug #406773 (diff) | |
download | gentoo-2-baf9be1ed7efadbabbf0a5cede2a5cac9f472492.tar.gz gentoo-2-baf9be1ed7efadbabbf0a5cede2a5cac9f472492.tar.bz2 gentoo-2-baf9be1ed7efadbabbf0a5cede2a5cac9f472492.zip |
ppc stable wrt bug #543480
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/requests/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/requests/requests-2.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/requests/ChangeLog b/dev-python/requests/ChangeLog index c6eb5f83eb4d..ea625db37ed3 100644 --- a/dev-python/requests/ChangeLog +++ b/dev-python/requests/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/requests # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.89 2015/04/17 12:46:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.90 2015/04/21 19:23:43 pacho Exp $ + + 21 Apr 2015; Pacho Ramos <pacho@gentoo.org> requests-2.6.0.ebuild: + ppc stable wrt bug #543480 17 Apr 2015; Agostino Sarubbo <ago@gentoo.org> requests-2.6.0.ebuild: Stable for ppc64, wrt bug #543480 diff --git a/dev-python/requests/requests-2.6.0.ebuild b/dev-python/requests/requests-2.6.0.ebuild index 70bbb334aef3..4856610e54d7 100644 --- a/dev-python/requests/requests-2.6.0.ebuild +++ b/dev-python/requests/requests-2.6.0.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/requests/requests-2.6.0.ebuild,v 1.5 2015/04/17 12:46:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.6 2015/04/21 19:23:43 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" # bundles dev-python/urllib3 snapshot |