diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-08-15 08:30:01 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-08-15 08:30:01 -0400 |
commit | 0ed4a0ab6a4808b1733ff97ae4a05f388d480266 (patch) | |
tree | 9c497a9fd9f378bc57de0ef30f917ad7362f4483 /dev-python/urllib3 | |
parent | net-irc/ircmap: Fix swathe of QA issues (diff) | |
download | gentoo-0ed4a0ab6a4808b1733ff97ae4a05f388d480266.tar.gz gentoo-0ed4a0ab6a4808b1733ff97ae4a05f388d480266.tar.bz2 gentoo-0ed4a0ab6a4808b1733ff97ae4a05f388d480266.zip |
dev-python/urllib3: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/urllib3')
-rw-r--r-- | dev-python/urllib3/urllib3-1.24.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/urllib3/urllib3-1.24.2.ebuild b/dev-python/urllib3/urllib3-1.24.2.ebuild index c788f5082aea..30f6adda08ec 100644 --- a/dev-python/urllib3/urllib3-1.24.2.ebuild +++ b/dev-python/urllib3/urllib3-1.24.2.ebuild @@ -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 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-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 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" #RESTRICT="test" |