diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-01-07 16:55:25 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-08 07:24:06 +0000 |
commit | 1a8fd3b7d43a0a0ce0df3ab4f3da2ec2405f82ef (patch) | |
tree | 14b098af290d2c81dd9952c74a59abafc42ef125 /dev-python/urllib3 | |
parent | dev-python/httpbin: stable 0.7.0-r2 for sparc, bug #763693 (diff) | |
download | gentoo-1a8fd3b7d43a0a0ce0df3ab4f3da2ec2405f82ef.tar.gz gentoo-1a8fd3b7d43a0a0ce0df3ab4f3da2ec2405f82ef.tar.bz2 gentoo-1a8fd3b7d43a0a0ce0df3ab4f3da2ec2405f82ef.zip |
dev-python/urllib3: stable 1.26.2-r1 for sparc, bug #763819
Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/urllib3')
-rw-r--r-- | dev-python/urllib3/urllib3-1.26.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/urllib3/urllib3-1.26.2-r1.ebuild b/dev-python/urllib3/urllib3-1.26.2-r1.ebuild index 434b386f83d6..32341d6fd87c 100644 --- a/dev-python/urllib3/urllib3-1.26.2-r1.ebuild +++ b/dev-python/urllib3/urllib3-1.26.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="brotli test" RESTRICT="!test? ( test )" |