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 950C2139694 for ; Sat, 25 Mar 2017 18:11:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 841D021C084; Sat, 25 Mar 2017 18:11:47 +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 6204421C084 for ; Sat, 25 Mar 2017 18:11:47 +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 0D051341675 for ; Sat, 25 Mar 2017 18:11:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C23973DF for ; Sat, 25 Mar 2017 18:11:44 +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: <1490465489.c93d796f0f30a62e62fa41e8d36dea1d8a6a6f2b.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pkcs11-helper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/pkcs11-helper/pkcs11-helper-1.21.ebuild X-VCS-Directories: dev-libs/pkcs11-helper/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: c93d796f0f30a62e62fa41e8d36dea1d8a6a6f2b X-VCS-Branch: master Date: Sat, 25 Mar 2017 18:11:44 +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: 9eb88a03-3772-480d-8ffb-c7fd96d64335 X-Archives-Hash: 7fd0c07d79e8227c60ccc7be50dec266 commit: c93d796f0f30a62e62fa41e8d36dea1d8a6a6f2b Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Mar 25 17:42:27 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Mar 25 18:11:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c93d796f dev-libs/pkcs11-helper: use ltprune Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-libs/pkcs11-helper/pkcs11-helper-1.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/pkcs11-helper/pkcs11-helper-1.21.ebuild b/dev-libs/pkcs11-helper/pkcs11-helper-1.21.ebuild index bed4b795194..0fc2ebfb0d0 100644 --- a/dev-libs/pkcs11-helper/pkcs11-helper-1.21.ebuild +++ b/dev-libs/pkcs11-helper/pkcs11-helper-1.21.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit eutils +inherit ltprune DESCRIPTION="PKCS#11 helper library" HOMEPAGE="https://github.com/OpenSC/pkcs11-helper"