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 5DE7A139695 for ; Mon, 15 May 2017 13:15:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D715E0CB4; Mon, 15 May 2017 13:15:57 +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 4CB12E0CB4 for ; Mon, 15 May 2017 13:15: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 2B4E83416C7 for ; Mon, 15 May 2017 13:15:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6A367455 for ; Mon, 15 May 2017 13:15:54 +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: <1494854129.0467755dd567c47392f6c3f0044704949dbbb3c1.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-1.3.4.ebuild net-fs/nfs-utils/nfs-utils-2.1.1-r1.ebuild net-fs/nfs-utils/nfs-utils-2.1.1.ebuild X-VCS-Directories: net-fs/nfs-utils/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0467755dd567c47392f6c3f0044704949dbbb3c1 X-VCS-Branch: master Date: Mon, 15 May 2017 13:15:54 +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: 2a387fb5-4f06-478e-8875-4bc8ddda4063 X-Archives-Hash: 1e033f7ea8989889800f462897db4623 commit: 0467755dd567c47392f6c3f0044704949dbbb3c1 Author: Lars Wendler gentoo org> AuthorDate: Mon May 15 10:06:07 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon May 15 13:15:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0467755d net-fs/nfs-utils: Revbump to fix build of rpc.svcgssd (bug #614542). Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-fs/nfs-utils/{nfs-utils-1.3.4.ebuild => nfs-utils-1.3.4-r1.ebuild} | 2 +- net-fs/nfs-utils/{nfs-utils-2.1.1.ebuild => nfs-utils-2.1.1-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-fs/nfs-utils/nfs-utils-1.3.4.ebuild b/net-fs/nfs-utils/nfs-utils-1.3.4-r1.ebuild similarity index 99% rename from net-fs/nfs-utils/nfs-utils-1.3.4.ebuild rename to net-fs/nfs-utils/nfs-utils-1.3.4-r1.ebuild index c02c940b2ca..2f7972bc697 100644 --- a/net-fs/nfs-utils/nfs-utils-1.3.4.ebuild +++ b/net-fs/nfs-utils/nfs-utils-1.3.4-r1.ebuild @@ -81,7 +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.ebuild b/net-fs/nfs-utils/nfs-utils-2.1.1-r1.ebuild similarity index 99% rename from net-fs/nfs-utils/nfs-utils-2.1.1.ebuild rename to net-fs/nfs-utils/nfs-utils-2.1.1-r1.ebuild index f121faef88a..d6e20dfa4d7 100644 --- a/net-fs/nfs-utils/nfs-utils-2.1.1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.1.1-r1.ebuild @@ -81,7 +81,7 @@ src_configure() { $(use_enable ipv6) \ $(use_enable caps) \ $(use_enable uuid) \ - $(use_enable kerberos gss) \ + $(use_enable kerberos svcgss) \ --without-gssglue }