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 A687C138330 for ; Sun, 4 Sep 2016 10:21:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 634C121C124; Sun, 4 Sep 2016 10:21:34 +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 661AB21C123 for ; Sun, 4 Sep 2016 10:21:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79574340942 for ; Sun, 4 Sep 2016 10:21:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D343247D for ; Sun, 4 Sep 2016 10:21:29 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1472984460.2911d80a6ce229944e462975a13525d2b07eaccc.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/autofs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/autofs/autofs-5.1.2.ebuild X-VCS-Directories: net-fs/autofs/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 2911d80a6ce229944e462975a13525d2b07eaccc X-VCS-Branch: master Date: Sun, 4 Sep 2016 10:21:29 +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: 8b13366a-df6b-4354-babf-d66a29ae9d98 X-Archives-Hash: a8e5af644b1bdba4a8359316000f2f23 commit: 2911d80a6ce229944e462975a13525d2b07eaccc Author: Tobias Klausmann gentoo org> AuthorDate: Sun Sep 4 10:21:00 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sun Sep 4 10:21:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2911d80a net-fs/autofs-5.1.2-r0: add alpha keyword Gentoo-Bug: 590304 net-fs/autofs/autofs-5.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/autofs/autofs-5.1.2.ebuild b/net-fs/autofs/autofs-5.1.2.ebuild index ba2a2fe..0ab7bdb 100644 --- a/net-fs/autofs/autofs-5.1.2.ebuild +++ b/net-fs/autofs/autofs-5.1.2.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="-dmalloc hesiod ldap libtirpc mount-locking sasl" # USE="sasl" adds SASL support to the LDAP module which will not be build. If