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 9783F139694 for ; Tue, 16 May 2017 07:48:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C4F021C038; Tue, 16 May 2017 07:48:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAB1B21C038 for ; Tue, 16 May 2017 07:48:48 +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 E6E183416CA for ; Tue, 16 May 2017 07:48:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 833C04EBE for ; Tue, 16 May 2017 07:48:46 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1494920922.b56b047c96a90fbe564fdcff22b860f8a1319e62.polynomial-c@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-1.3.4-r1.ebuild net-fs/nfs-utils/nfs-utils-2.1.1-r1.ebuild net-fs/nfs-utils/nfs-utils-2.1.2_rc2.ebuild X-VCS-Directories: net-fs/nfs-utils/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b56b047c96a90fbe564fdcff22b860f8a1319e62 X-VCS-Branch: master Date: Tue, 16 May 2017 07:48:46 +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-Archives-Salt: ad0629c2-1e41-481d-99a1-f305eb758af3 X-Archives-Hash: 221db82e94df9d4b1a5764b57497336b commit: b56b047c96a90fbe564fdcff22b860f8a1319e62 Author: Lars Wendler gentoo org> AuthorDate: Tue May 16 07:48:28 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue May 16 07:48:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b56b047c net-fs/nfs-utils: Fixed -kerberos build issue (bug #618544, bug #618570). This was itroduced with my last commit when trying to fix bug #614542. Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-fs/nfs-utils/nfs-utils-1.3.4-r1.ebuild | 1 + net-fs/nfs-utils/nfs-utils-2.1.1-r1.ebuild | 1 + net-fs/nfs-utils/nfs-utils-2.1.2_rc2.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/net-fs/nfs-utils/nfs-utils-1.3.4-r1.ebuild b/net-fs/nfs-utils/nfs-utils-1.3.4-r1.ebuild index 2f7972bc697..79d5d3997a9 100644 --- a/net-fs/nfs-utils/nfs-utils-1.3.4-r1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-1.3.4-r1.ebuild @@ -81,6 +81,7 @@ src_configure() { $(use_enable ipv6) \ $(use_enable caps) \ $(use_enable uuid) \ + $(use_enable kerberos gss) \ $(use_enable kerberos svcgss) \ --without-gssglue } diff --git a/net-fs/nfs-utils/nfs-utils-2.1.1-r1.ebuild b/net-fs/nfs-utils/nfs-utils-2.1.1-r1.ebuild index d6e20dfa4d7..54de57a47ac 100644 --- a/net-fs/nfs-utils/nfs-utils-2.1.1-r1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.1.1-r1.ebuild @@ -81,6 +81,7 @@ src_configure() { $(use_enable ipv6) \ $(use_enable caps) \ $(use_enable uuid) \ + $(use_enable kerberos gss) \ $(use_enable kerberos svcgss) \ --without-gssglue } diff --git a/net-fs/nfs-utils/nfs-utils-2.1.2_rc2.ebuild b/net-fs/nfs-utils/nfs-utils-2.1.2_rc2.ebuild index 34f539334ce..31d0250fb54 100644 --- a/net-fs/nfs-utils/nfs-utils-2.1.2_rc2.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.1.2_rc2.ebuild @@ -89,6 +89,7 @@ src_configure() { $(use_enable ipv6) \ $(use_enable caps) \ $(use_enable uuid) \ + $(use_enable kerberos gss) \ $(use_enable kerberos svcgss) \ --without-gssglue }