diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-11 23:24:02 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-11 23:36:15 +0000 |
commit | c53584ed3f29d24ea4a4500d6d69df583f1c4eb9 (patch) | |
tree | f2692e1212261ab06b925ed6328ec93e64c5f8df /dev-python | |
parent | sys-apps/nix: pass static shell into build container (diff) | |
download | gentoo-c53584ed3f29d24ea4a4500d6d69df583f1c4eb9.tar.gz gentoo-c53584ed3f29d24ea4a4500d6d69df583f1c4eb9.tar.bz2 gentoo-c53584ed3f29d24ea4a4500d6d69df583f1c4eb9.zip |
dev-python/requests: stable 2.21.0-r1 for ppc, bug #668716
Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/requests/requests-2.21.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/requests/requests-2.21.0-r1.ebuild b/dev-python/requests/requests-2.21.0-r1.ebuild index ff17bcee2afc..cbc3b2974a12 100644 --- a/dev-python/requests/requests-2.21.0-r1.ebuild +++ b/dev-python/requests/requests-2.21.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" IUSE="socks5 +ssl" RDEPEND=" |