Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/scrollz/
Date: Sun, 30 Aug 2020 04:34:38
Message-Id: 1598762064.a93d30feb07273b94b32fc0b2ca014c6027611d4.sam@gentoo
1 commit: a93d30feb07273b94b32fc0b2ca014c6027611d4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 04:34:24 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 04:34:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93d30fe
7
8 net-irc/scrollz: remove broken socks5 support
9
10 Closes: https://bugs.gentoo.org/698780
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-irc/scrollz/scrollz-2.3.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/net-irc/scrollz/scrollz-2.3.ebuild b/net-irc/scrollz/scrollz-2.3.ebuild
18 index 08015a0442d..a76e2d53cdc 100644
19 --- a/net-irc/scrollz/scrollz-2.3.ebuild
20 +++ b/net-irc/scrollz/scrollz-2.3.ebuild
21 @@ -15,7 +15,7 @@ LICENSE="BSD"
22 SLOT="0"
23 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
24
25 -IUSE="gmp gnutls ipv6 socks5 ssl"
26 +IUSE="gmp gnutls ipv6 ssl"
27 REQUIRED_USE="gnutls? ( ssl )"
28
29 BDEPEND="virtual/pkgconfig"
30 @@ -49,7 +49,6 @@ src_configure() {
31 tc-export CC #397441, ancient autoconf
32 econf \
33 --with-default-server="irc.gentoo.org" \
34 - $(use_with socks5) \
35 $(use_enable ipv6) \
36 --enable-regexp \
37 $(use_enable gmp fish) \