diff options
author | Raúl Porcel <armin76@gentoo.org> | 2014-08-02 18:09:56 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2014-08-02 18:09:56 +0000 |
commit | 84802fd7ded3b59a72e9bc11a0f2f617c51b0c76 (patch) | |
tree | b2520160d4385f4e604aaa4f9fb7ca77e7b6c7f0 /dev-python/requests | |
parent | Stable for ppc64, wrt bug #488884 (diff) | |
download | gentoo-2-84802fd7ded3b59a72e9bc11a0f2f617c51b0c76.tar.gz gentoo-2-84802fd7ded3b59a72e9bc11a0f2f617c51b0c76.tar.bz2 gentoo-2-84802fd7ded3b59a72e9bc11a0f2f617c51b0c76.zip |
alpha/ia64/sparc stable wrt #513278
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)
Diffstat (limited to 'dev-python/requests')
-rw-r--r-- | dev-python/requests/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/requests/requests-2.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/requests/ChangeLog b/dev-python/requests/ChangeLog index 70738aeba7d4..738968c43183 100644 --- a/dev-python/requests/ChangeLog +++ b/dev-python/requests/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/requests # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.65 2014/07/31 20:34:48 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.66 2014/08/02 18:09:56 armin76 Exp $ + + 02 Aug 2014; Raúl Porcel <armin76@gentoo.org> requests-2.3.0.ebuild: + alpha/ia64/sparc stable wrt #513278 31 Jul 2014; Christoph Junghans <ottxor@gentoo.org> requests-2.3.0.ebuild: added ~x86-macos (tested by me) diff --git a/dev-python/requests/requests-2.3.0.ebuild b/dev-python/requests/requests-2.3.0.ebuild index 7c075566626a..6a590f0770b1 100644 --- a/dev-python/requests/requests-2.3.0.ebuild +++ b/dev-python/requests/requests-2.3.0.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/requests/requests-2.3.0.ebuild,v 1.7 2014/07/31 20:34:48 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v 1.8 2014/08/02 18:09:56 armin76 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -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 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" # bundles dev-python/urllib3 snapshot |