From a93d30feb07273b94b32fc0b2ca014c6027611d4 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 30 Aug 2020 04:34:24 +0000 Subject: net-irc/scrollz: remove broken socks5 support Closes: https://bugs.gentoo.org/698780 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James --- net-irc/scrollz/scrollz-2.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net-irc/scrollz') diff --git a/net-irc/scrollz/scrollz-2.3.ebuild b/net-irc/scrollz/scrollz-2.3.ebuild index 08015a0442d6..a76e2d53cdc3 100644 --- a/net-irc/scrollz/scrollz-2.3.ebuild +++ b/net-irc/scrollz/scrollz-2.3.ebuild @@ -15,7 +15,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="gmp gnutls ipv6 socks5 ssl" +IUSE="gmp gnutls ipv6 ssl" REQUIRED_USE="gnutls? ( ssl )" BDEPEND="virtual/pkgconfig" @@ -49,7 +49,6 @@ src_configure() { tc-export CC #397441, ancient autoconf econf \ --with-default-server="irc.gentoo.org" \ - $(use_with socks5) \ $(use_enable ipv6) \ --enable-regexp \ $(use_enable gmp fish) \ -- cgit v1.2.3-65-gdbad