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 B94A7139694 for ; Thu, 11 May 2017 08:45:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD6A1E0CBA; Thu, 11 May 2017 08:45:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 86DE5E0CBA for ; Thu, 11 May 2017 08:45:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 337423416B4 for ; Thu, 11 May 2017 08:45:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8185744C for ; Thu, 11 May 2017 08:45:53 +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: <1494492286.4d6eef4aa8f4a0ef8b77d8afcd485de9188b2bf3.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-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: 4d6eef4aa8f4a0ef8b77d8afcd485de9188b2bf3 X-VCS-Branch: master Date: Thu, 11 May 2017 08:45:53 +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: e5b8d47f-7bb1-4417-b079-91948b4cfdc8 X-Archives-Hash: 5fed29ab7d19d94728e8003e8c26749e commit: 4d6eef4aa8f4a0ef8b77d8afcd485de9188b2bf3 Author: Lars Wendler gentoo org> AuthorDate: Thu May 11 08:44:46 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu May 11 08:44:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6eef4a net-fs/nfs-utils: Fix build of rpc.svcgssd (bug #614542). Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-fs/nfs-utils/nfs-utils-2.1.2_rc2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 25dea645e07..34f539334ce 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,7 +89,7 @@ src_configure() { $(use_enable ipv6) \ $(use_enable caps) \ $(use_enable uuid) \ - $(use_enable kerberos gss) \ + $(use_enable kerberos svcgss) \ --without-gssglue }