diff options
author | 2015-05-21 16:34:47 +0000 | |
---|---|---|
committer | 2015-05-21 16:34:47 +0000 | |
commit | c6d091647a9db15dd193655a434ffe5f53a65a60 (patch) | |
tree | 198b83606e428867b19ff855bfae36a2c61fd96e /dev-python/requests | |
parent | arm stable, bug #536036 (diff) | |
download | gentoo-2-c6d091647a9db15dd193655a434ffe5f53a65a60.tar.gz gentoo-2-c6d091647a9db15dd193655a434ffe5f53a65a60.tar.bz2 gentoo-2-c6d091647a9db15dd193655a434ffe5f53a65a60.zip |
arm stable, bug #543480
(Portage version: 2.2.19/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/requests')
-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 cf58dbcb3548..55f180dd9c43 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.95 2015/05/05 18:16:31 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.96 2015/05/21 16:34:47 maekke Exp $ + + 21 May 2015; Markus Meier <maekke@gentoo.org> requests-2.6.0.ebuild: + arm stable, bug #543480 *requests-2.7.0 (05 May 2015) diff --git a/dev-python/requests/requests-2.6.0.ebuild b/dev-python/requests/requests-2.6.0.ebuild index 2114a1da6ade..ab1701a3225f 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.9 2015/04/29 09:18:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.10 2015/05/21 16:34:47 maekke 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 |