diff options
author | Sam James <sam@gentoo.org> | 2021-10-24 00:18:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-24 00:18:23 +0000 |
commit | 258f95bd5b4708ab3784d03702e00edb36b78b82 (patch) | |
tree | dcda3110498c749fc76bcf9754a7ab110b0f3788 /dev-python/urllib3 | |
parent | dev-python/responses: Stabilize 0.14.0 ALLARCHES, #819858 (diff) | |
download | gentoo-258f95bd5b4708ab3784d03702e00edb36b78b82.tar.gz gentoo-258f95bd5b4708ab3784d03702e00edb36b78b82.tar.bz2 gentoo-258f95bd5b4708ab3784d03702e00edb36b78b82.zip |
dev-python/urllib3: Stabilize 1.26.7 ALLARCHES, #819882
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/urllib3')
-rw-r--r-- | dev-python/urllib3/urllib3-1.26.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/urllib3/urllib3-1.26.7.ebuild b/dev-python/urllib3/urllib3-1.26.7.ebuild index 7a5cdef1ddf0..83948b0c34e9 100644 --- a/dev-python/urllib3/urllib3-1.26.7.ebuild +++ b/dev-python/urllib3/urllib3-1.26.7.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~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 ~m68k ~mips ppc ppc64 ~riscv ~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 )" |