diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-04-23 15:21:07 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-04-23 15:21:07 -0400 |
commit | a5f068a990f905bb254e665c65731b766811beef (patch) | |
tree | a7a3c9e5ef0145ff83b45c47e79be1563cae1240 /dev-python | |
parent | dev-python/urllib3: version bump to 1.24.2, security bug #683890 (diff) | |
download | gentoo-a5f068a990f905bb254e665c65731b766811beef.tar.gz gentoo-a5f068a990f905bb254e665c65731b766811beef.tar.bz2 gentoo-a5f068a990f905bb254e665c65731b766811beef.zip |
dev-python/urllib3: 1.24.2 stable on amd64
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python')
-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 08d3d35b05c9..b1181968b0fa 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" |