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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 648A3158086 for ; Sat, 1 Jan 2022 20:08:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E05A2BC036; Sat, 1 Jan 2022 20:08:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 071BD2BC036 for ; Sat, 1 Jan 2022 20:08:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD8F3342F1A for ; Sat, 1 Jan 2022 20:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A7E4274 for ; Sat, 1 Jan 2022 20:08:00 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1641067637.4cc0b43c9770f2affe1b4cab0ee3718ca4ce573d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/squid/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/squid/squid-4.15-r2.ebuild net-proxy/squid/squid-4.17.ebuild X-VCS-Directories: net-proxy/squid/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4cc0b43c9770f2affe1b4cab0ee3718ca4ce573d X-VCS-Branch: master Date: Sat, 1 Jan 2022 20:08:00 +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: 1969e02f-5f16-4034-8c82-8146a10ceb17 X-Archives-Hash: 673aec8677b2814c44eba5a8889eb54c commit: 4cc0b43c9770f2affe1b4cab0ee3718ca4ce573d Author: David Seifert gentoo org> AuthorDate: Sat Jan 1 20:07:17 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jan 1 20:07:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc0b43c net-proxy/squid: remove uclibc Signed-off-by: David Seifert gentoo.org> net-proxy/squid/squid-4.15-r2.ebuild | 6 +++--- net-proxy/squid/squid-4.17.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-proxy/squid/squid-4.15-r2.ebuild b/net-proxy/squid/squid-4.15-r2.ebuild index 06934d604038..af49050da0f0 100644 --- a/net-proxy/squid/squid-4.15-r2.ebuild +++ b/net-proxy/squid/squid-4.15-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,7 @@ IUSE="caps gnutls ipv6 pam ldap samba sasl kerberos nis radius ssl snmp selinux perl qos tproxy \ +htcp +wccp +wccpv2 \ pf-transparent ipf-transparent kqueue \ - elibc_uclibc kernel_linux" + kernel_linux" RESTRICT="!test? ( test )" @@ -121,7 +121,7 @@ src_configure() { use ldap && basic_modules+=",SMB_LM,LDAP" use pam && basic_modules+=",PAM" use sasl && basic_modules+=",SASL" - use nis && ! use elibc_uclibc && basic_modules+=",NIS" + use nis && basic_modules+=",NIS" use radius && basic_modules+=",RADIUS" if use mysql || use postgres || use sqlite ; then basic_modules+=",DB" diff --git a/net-proxy/squid/squid-4.17.ebuild b/net-proxy/squid/squid-4.17.ebuild index a5927ae75891..ab6503cc44ac 100644 --- a/net-proxy/squid/squid-4.17.ebuild +++ b/net-proxy/squid/squid-4.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,7 @@ IUSE="caps gnutls ipv6 pam ldap samba sasl kerberos nis radius ssl snmp selinux perl qos tproxy \ +htcp +wccp +wccpv2 \ pf-transparent ipf-transparent kqueue \ - elibc_uclibc kernel_linux" + kernel_linux" RESTRICT="!test? ( test )" @@ -121,7 +121,7 @@ src_configure() { use ldap && basic_modules+=",SMB_LM,LDAP" use pam && basic_modules+=",PAM" use sasl && basic_modules+=",SASL" - use nis && ! use elibc_uclibc && basic_modules+=",NIS" + use nis && basic_modules+=",NIS" use radius && basic_modules+=",RADIUS" if use mysql || use postgres || use sqlite ; then basic_modules+=",DB"