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 8940C139083 for ; Sat, 15 Apr 2017 08:59:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9F89E0BE6; Sat, 15 Apr 2017 08:59:10 +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 ACD26E0BE6 for ; Sat, 15 Apr 2017 08:59:10 +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 E1E0E34071C for ; Sat, 15 Apr 2017 08:59:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 815422FA for ; Sat, 15 Apr 2017 08:59:08 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1492246672.92aafdbe38c2cbe0606be75341465631fb55ca85.jer@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.ebuild X-VCS-Directories: net-fs/nfs-utils/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 92aafdbe38c2cbe0606be75341465631fb55ca85 X-VCS-Branch: master Date: Sat, 15 Apr 2017 08:59:08 +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: 74bb2a28-9caa-4fdf-93f8-d7322a9febeb X-Archives-Hash: 2e47a4cb22d9f5fd7184e6c398f3eaca commit: 92aafdbe38c2cbe0606be75341465631fb55ca85 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Apr 15 08:57:52 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Apr 15 08:57:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92aafdbe net-fs/nfs-utils: Stable for AMD64 x86 (bug #608152). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches net-fs/nfs-utils/nfs-utils-1.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/nfs-utils/nfs-utils-1.3.4.ebuild b/net-fs/nfs-utils/nfs-utils-1.3.4.ebuild index e823a03534b..c02c940b2ca 100644 --- a/net-fs/nfs-utils/nfs-utils-1.3.4.ebuild +++ b/net-fs/nfs-utils/nfs-utils-1.3.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/nfs/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="caps ipv6 kerberos +libmount nfsdcld +nfsidmap +nfsv4 nfsv41 selinux tcpd +uuid" REQUIRED_USE="kerberos? ( nfsv4 )" RESTRICT="test" #315573