commit:     a93d30feb07273b94b32fc0b2ca014c6027611d4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 04:34:24 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 04:34:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93d30fe

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 <AT> gentoo.org>

 net-irc/scrollz/scrollz-2.3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-irc/scrollz/scrollz-2.3.ebuild 
b/net-irc/scrollz/scrollz-2.3.ebuild
index 08015a0442d..a76e2d53cdc 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) \

Reply via email to