diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 22:54:08 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 23:10:56 +1200 |
commit | 9cd5740ada7aab2f81f2ebfa457e0863216ad73c (patch) | |
tree | 794364c2ff73a2e6d1d1baefa4ad293629247a38 /net-misc/wget | |
parent | app-text/wgetpaste: Drop m68k and various prefixes re bug #690140 (diff) | |
download | gentoo-9cd5740ada7aab2f81f2ebfa457e0863216ad73c.tar.gz gentoo-9cd5740ada7aab2f81f2ebfa457e0863216ad73c.tar.bz2 gentoo-9cd5740ada7aab2f81f2ebfa457e0863216ad73c.zip |
net-misc/wget: Drop m68k and various prefixes re bug #690140
Depends:
- dev-perl/libwww-perl
- dev-perl/LWP-Protocol-https
- dev-perl/IO-Socket-SSL
Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.20.3-r1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/wget/wget-1.20.3-r3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/wget/wget-1.20.3-r1.ebuild b/net-misc/wget/wget-1.20.3-r1.ebuild index 21bffdc666e6..d195a6a5b080 100644 --- a/net-misc/wget/wget-1.20.3-r1.ebuild +++ b/net-misc/wget/wget-1.20.3-r1.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 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~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 ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux" IUSE="debug gnutls idn ipv6 libressl nls ntlm pcre +ssl static test uuid zlib" REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )" RESTRICT="!test? ( test )" diff --git a/net-misc/wget/wget-1.20.3-r3.ebuild b/net-misc/wget/wget-1.20.3-r3.ebuild index b66e2ea1140a..5fdfe3f6601f 100644 --- a/net-misc/wget/wget-1.20.3-r3.ebuild +++ b/net-misc/wget/wget-1.20.3-r3.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 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~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 ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux" IUSE="cookie_check debug gnutls idn ipv6 libressl metalink nls ntlm pcre +ssl static test uuid zlib" REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )" RESTRICT="!test? ( test )" |