diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-10 00:03:24 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-10 00:03:24 -0400 |
commit | 3b4edb7feaedbfcc085e54d8e2bc7860fca927b1 (patch) | |
tree | e8b64e9fd4d51b9d447e8fb7c063a72659bd6b33 /net-misc/wget | |
parent | dev-perl/Test-Mock-LWP-Dispatch: amd64 stable wrt bug #682590 (diff) | |
download | gentoo-3b4edb7feaedbfcc085e54d8e2bc7860fca927b1.tar.gz gentoo-3b4edb7feaedbfcc085e54d8e2bc7860fca927b1.tar.bz2 gentoo-3b4edb7feaedbfcc085e54d8e2bc7860fca927b1.zip |
net-misc/wget: arm64 stable (bug #682994)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.20.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/wget/wget-1.20.3.ebuild b/net-misc/wget/wget-1.20.3.ebuild index b9c1aa3290a5..e77835813a42 100644 --- a/net-misc/wget/wget-1.20.3.ebuild +++ b/net-misc/wget/wget-1.20.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug gnutls idn ipv6 libressl nls ntlm pcre +ssl static test uuid zlib" REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )" |