From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F4A313835A for ; Sun, 30 Aug 2020 04:34:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B593E092E; Sun, 30 Aug 2020 04:34:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73E1EE092E for ; Sun, 30 Aug 2020 04:34:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F7B0340E04 for ; Sun, 30 Aug 2020 04:34:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF18E32A for ; Sun, 30 Aug 2020 04:34:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1598762064.a93d30feb07273b94b32fc0b2ca014c6027611d4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/scrollz/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/scrollz/scrollz-2.3.ebuild X-VCS-Directories: net-irc/scrollz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a93d30feb07273b94b32fc0b2ca014c6027611d4 X-VCS-Branch: master Date: Sun, 30 Aug 2020 04:34:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36773e8d-e55a-466e-a213-521436756abd X-Archives-Hash: a12f02dadf0ecb5e16fa23ce064bacc3 commit: a93d30feb07273b94b32fc0b2ca014c6027611d4 Author: Sam James gentoo org> AuthorDate: Sun Aug 30 04:34:24 2020 +0000 Commit: Sam James gentoo 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 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) \