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 62C82158020 for ; Sun, 13 Nov 2022 01:23:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A87FE087E; Sun, 13 Nov 2022 01:23:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 81F7BE087E for ; Sun, 13 Nov 2022 01:23:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 60D24340DBA for ; Sun, 13 Nov 2022 01:23:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B970773B for ; Sun, 13 Nov 2022 01:23:02 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1668302558.98c4902db9f1bbce9ab76e6e1d86e1d6ed6e529f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/stunnel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/stunnel/stunnel-5.65-r2.ebuild X-VCS-Directories: net-misc/stunnel/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 98c4902db9f1bbce9ab76e6e1d86e1d6ed6e529f X-VCS-Branch: master Date: Sun, 13 Nov 2022 01:23:02 +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: a467cddf-db51-4270-af14-a9e5c8e6b5dc X-Archives-Hash: c7f8c5d765fb239193ce10e035754eb4 commit: 98c4902db9f1bbce9ab76e6e1d86e1d6ed6e529f Author: Mike Gilbert gentoo org> AuthorDate: Sun Nov 13 01:22:38 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Nov 13 01:22:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c4902d net-misc/stunnel: drop 'ipv6' USE flag Signed-off-by: Mike Gilbert gentoo.org> net-misc/stunnel/stunnel-5.65-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-misc/stunnel/stunnel-5.65-r2.ebuild b/net-misc/stunnel/stunnel-5.65-r2.ebuild index 3f171dd6f00c..235b21faac92 100644 --- a/net-misc/stunnel/stunnel-5.65-r2.ebuild +++ b/net-misc/stunnel/stunnel-5.65-r2.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="ipv6 selinux stunnel3 tcpd" +IUSE="selinux stunnel3 tcpd" DEPEND=" dev-libs/openssl:0= @@ -51,7 +51,6 @@ src_prepare() { src_configure() { local myeconfargs=( --libdir="${EPREFIX}/usr/$(get_libdir)" - $(use_enable ipv6) $(use_enable tcpd libwrap) --with-ssl="${EPREFIX}"/usr --disable-fips