diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-25 14:11:49 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-25 14:11:49 +0100 |
commit | bb17b65369920716e82f5ef7e6cc953decae5d0a (patch) | |
tree | 371c9f5b98046d2f9ea2f9d07219ce9f52258a48 /dev-python/requests | |
parent | dev-python/pytest-mock: arm stable wrt bug #714490 (diff) | |
download | gentoo-bb17b65369920716e82f5ef7e6cc953decae5d0a.tar.gz gentoo-bb17b65369920716e82f5ef7e6cc953decae5d0a.tar.bz2 gentoo-bb17b65369920716e82f5ef7e6cc953decae5d0a.zip |
dev-python/requests: arm stable wrt bug #714490
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/requests')
-rw-r--r-- | dev-python/requests/requests-2.22.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/requests/requests-2.22.0.ebuild b/dev-python/requests/requests-2.22.0.ebuild index aec03d0cc4d1..2cdac0badf29 100644 --- a/dev-python/requests/requests-2.22.0.ebuild +++ b/dev-python/requests/requests-2.22.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 arm ~arm64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="socks5 +ssl test" RESTRICT="!test? ( test )" |