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 659A915808B for ; Sun, 27 Mar 2022 06:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28FD3E081B; Sun, 27 Mar 2022 06:00:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 EF916E081B for ; Sun, 27 Mar 2022 06:00:18 +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 1CCE5343448 for ; Sun, 27 Mar 2022 06:00:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 759F1177 for ; Sun, 27 Mar 2022 06:00:16 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1648360811.d6f170258338ef5ba1b3959e4b6450782c529b7b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/nfs-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/nfs-utils/nfs-utils-2.6.1.ebuild X-VCS-Directories: net-fs/nfs-utils/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d6f170258338ef5ba1b3959e4b6450782c529b7b X-VCS-Branch: master Date: Sun, 27 Mar 2022 06:00:16 +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: 081b05df-a4ea-4ff1-8ff5-686d1d0b7db4 X-Archives-Hash: 31a59668259aeca6a616e077855095b6 commit: d6f170258338ef5ba1b3959e4b6450782c529b7b Author: Matt Turner gentoo org> AuthorDate: Sun Mar 27 06:00:03 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Mar 27 06:00:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f17025 net-fs/nfs-utils: Remove IUSE=ipv6 Signed-off-by: Matt Turner gentoo.org> net-fs/nfs-utils/nfs-utils-2.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-fs/nfs-utils/nfs-utils-2.6.1.ebuild b/net-fs/nfs-utils/nfs-utils-2.6.1.ebuild index 74a400f07f63..81b851cfc29f 100644 --- a/net-fs/nfs-utils/nfs-utils-2.6.1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.6.1.ebuild @@ -19,7 +19,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="caps ipv6 junction kerberos ldap +libmount nfsdcld +nfsidmap +nfsv4 nfsv41 sasl selinux tcpd +uuid" +IUSE="caps junction kerberos ldap +libmount nfsdcld +nfsidmap +nfsv4 nfsv41 sasl selinux tcpd +uuid" REQUIRED_USE="kerberos? ( nfsv4 )" RESTRICT="test" #315573 @@ -112,7 +112,7 @@ src_configure() { --with-systemd="$(systemd_get_systemunitdir)" --without-gssglue $(use_enable caps) - $(use_enable ipv6) + --enable-ipv6 $(use_enable junction) $(use_enable kerberos gss) $(use_enable kerberos svcgss)