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 75830139695 for ; Thu, 16 Mar 2017 07:12:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDB0E21C1AA; Thu, 16 Mar 2017 07:12:10 +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 AE2EA21C1AA for ; Thu, 16 Mar 2017 07:12:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D3D31341134 for ; Thu, 16 Mar 2017 07:12:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4459A69EF for ; Thu, 16 Mar 2017 07:12:08 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1489648322.5a773e4f290054adc7b13f905447abcd6ff7dcd5.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mount/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_mount/pam_mount-2.16.ebuild X-VCS-Directories: sys-auth/pam_mount/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 5a773e4f290054adc7b13f905447abcd6ff7dcd5 X-VCS-Branch: master Date: Thu, 16 Mar 2017 07:12: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: eebb2899-91a3-4c24-94db-04353788efec X-Archives-Hash: 287034e6aad3c973f2c91f5ebc2477a4 commit: 5a773e4f290054adc7b13f905447abcd6ff7dcd5 Author: Michael Weber gentoo org> AuthorDate: Thu Mar 16 07:11:34 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Mar 16 07:12:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a773e4f sys-auth/pam_mount: ppc stable (bug 611840). Package-Manager: Portage-2.3.4, Repoman-2.3.2 sys-auth/pam_mount/pam_mount-2.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/pam_mount/pam_mount-2.16.ebuild b/sys-auth/pam_mount/pam_mount-2.16.ebuild index 9dfbca006d0..becc55fc9ca 100644 --- a/sys-auth/pam_mount/pam_mount-2.16.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.16.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pam-mount/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="crypt ssl selinux"