diff options
author | 2020-05-03 11:56:24 +0200 | |
---|---|---|
committer | 2020-05-03 11:56:24 +0200 | |
commit | 9fd20cee57da92ee0d04a7d711b0fd7abc68e3c1 (patch) | |
tree | 9b584565fc0f79a2af606e6e0a0ff0d87df86d2a | |
parent | dev-python/python-bugzilla: amd64 stable wrt bug #720434 (diff) | |
download | gentoo-9fd20cee57da92ee0d04a7d711b0fd7abc68e3c1.tar.gz gentoo-9fd20cee57da92ee0d04a7d711b0fd7abc68e3c1.tar.bz2 gentoo-9fd20cee57da92ee0d04a7d711b0fd7abc68e3c1.zip |
dev-python/requests: amd64 stable wrt bug #720600
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-python/requests/requests-2.23.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/requests/requests-2.23.0.ebuild b/dev-python/requests/requests-2.23.0.ebuild index cb39af6fa5a3..62bb4b20e168 100644 --- a/dev-python/requests/requests-2.23.0.ebuild +++ b/dev-python/requests/requests-2.23.0.ebuild @@ -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 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="socks5 +ssl test" RESTRICT="!test? ( test )" |