summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-08-30 04:34:24 +0000
committerSam James <sam@gentoo.org>2020-08-30 04:34:24 +0000
commita93d30feb07273b94b32fc0b2ca014c6027611d4 (patch)
tree85b2fad63986ce92c6c5c92adb6114174e7f78f6 /net-irc
parentnet-irc/scrollz: fix gcc 10 build (diff)
downloadgentoo-a93d30feb07273b94b32fc0b2ca014c6027611d4.tar.gz
gentoo-a93d30feb07273b94b32fc0b2ca014c6027611d4.tar.bz2
gentoo-a93d30feb07273b94b32fc0b2ca014c6027611d4.zip
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 <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/scrollz/scrollz-2.3.ebuild3
1 files changed, 1 insertions, 2 deletions
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) \