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 EC4F8139694 for ; Mon, 6 Mar 2017 19:40:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E27121C038; Mon, 6 Mar 2017 19:40:48 +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 2D2BE21C038 for ; Mon, 6 Mar 2017 19:40:48 +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 35C9F340F2A for ; Mon, 6 Mar 2017 19:40:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C0F75EB0 for ; Mon, 6 Mar 2017 19:40:45 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1488829215.57103fd06104a2cf45e4f8b16747b038ff053045.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_p11/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_p11/pam_p11-0.1.5-r2.ebuild X-VCS-Directories: sys-auth/pam_p11/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 57103fd06104a2cf45e4f8b16747b038ff053045 X-VCS-Branch: master Date: Mon, 6 Mar 2017 19:40:45 +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: 73d17656-46dc-4116-9d13-cbb47a90ee3f X-Archives-Hash: a6962b59aadb1f48c9aab75e40cbff40 commit: 57103fd06104a2cf45e4f8b16747b038ff053045 Author: Alon Bar-Lev gentoo org> AuthorDate: Mon Mar 6 19:39:31 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Mon Mar 6 19:40:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57103fd0 sys-auth/pam_p11: remove unused flag-o-matic Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-auth/pam_p11/pam_p11-0.1.5-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/pam_p11/pam_p11-0.1.5-r2.ebuild b/sys-auth/pam_p11/pam_p11-0.1.5-r2.ebuild index 8e7e780a8cc..da9a2824cc6 100644 --- a/sys-auth/pam_p11/pam_p11-0.1.5-r2.ebuild +++ b/sys-auth/pam_p11/pam_p11-0.1.5-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools pam flag-o-matic +inherit autotools pam DESCRIPTION="PAM module for authenticating against PKCS#11 tokens" HOMEPAGE="https://github.com/opensc/pam_p11/wiki"