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 D6CCB139694 for ; Sat, 25 Mar 2017 18:12:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92BED21C1FB; Sat, 25 Mar 2017 18:12:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 50DEA21C1F9 for ; Sat, 25 Mar 2017 18:11:54 +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 702B934167E for ; Sat, 25 Mar 2017 18:11:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 461F773EA for ; Sat, 25 Mar 2017 18:11: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: <1490465494.14ac2a183bc6b097b08c23384f6a8102f54f716b.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/scute/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/scute/scute-1.4.0.ebuild X-VCS-Directories: app-crypt/scute/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 14ac2a183bc6b097b08c23384f6a8102f54f716b X-VCS-Branch: master Date: Sat, 25 Mar 2017 18:11: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: 202a9205-bcd4-42f3-8eb2-537099537372 X-Archives-Hash: a9b677f7969af3b103505b5fb5c89f79 commit: 14ac2a183bc6b097b08c23384f6a8102f54f716b Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Mar 25 18:00:48 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Mar 25 18:11:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ac2a18 app-crypt/scute: use ltprune Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-crypt/scute/scute-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/scute/scute-1.4.0.ebuild b/app-crypt/scute/scute-1.4.0.ebuild index bdae899ac0a..3f47609ca57 100644 --- a/app-crypt/scute/scute-1.4.0.ebuild +++ b/app-crypt/scute/scute-1.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools eutils libtool +inherit autotools ltprune DESCRIPTION="A PKCS #11 module for OpenPGP smartcards" HOMEPAGE="http://www.scute.org/"