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 AF4941382C5 for ; Thu, 3 May 2018 06:16:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D84C6E0AA2; Thu, 3 May 2018 06:16:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0E13E0AA2 for ; Thu, 3 May 2018 06:16:58 +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 B6C14335C63 for ; Thu, 3 May 2018 06:16:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02C9C2D for ; Thu, 3 May 2018 06:16:55 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1525328179.24905f92f6d25200e71111e4d2e4736225d624a2.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnfsidmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild X-VCS-Directories: net-libs/libnfsidmap/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 24905f92f6d25200e71111e4d2e4736225d624a2 X-VCS-Branch: master Date: Thu, 3 May 2018 06:16:55 +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: 9bc4deec-afcb-42d4-beaf-2ceb804e8f7f X-Archives-Hash: 5935ff70bc28685dc0f245f80e07e295 commit: 24905f92f6d25200e71111e4d2e4736225d624a2 Author: Mart Raudsepp gentoo org> AuthorDate: Thu May 3 06:15:49 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu May 3 06:16:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24905f92 net-libs/libnfsidmap-0.25-r1: arm64 stable (bug #648400) Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild index c87adfee89a..e4e6136dd05 100644 --- a/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild +++ b/net-libs/libnfsidmap/libnfsidmap-0.25-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="ldap static-libs" DEPEND="ldap? ( net-nds/openldap )"