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 09C1F139694 for ; Sat, 25 Mar 2017 18:11:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA0EE21C1CD; Sat, 25 Mar 2017 18:11:53 +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 A468A21C1CD for ; Sat, 25 Mar 2017 18:11:48 +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 965C8341678 for ; Sat, 25 Mar 2017 18:11:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9207273E1 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: <1490465490.9fe2aa725fda87455494aec133b3ec0ce5409679.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openct/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/openct/openct-0.6.20-r4.ebuild X-VCS-Directories: dev-libs/openct/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 9fe2aa725fda87455494aec133b3ec0ce5409679 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: c889f6be-8546-4f80-a4b8-f8e44f83d8e7 X-Archives-Hash: 54b1e8062ce701728698b2c4100d0213 commit: 9fe2aa725fda87455494aec133b3ec0ce5409679 Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Mar 25 17:44:24 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Mar 25 18:11:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe2aa72 dev-libs/openct: use ltprune Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-libs/openct/openct-0.6.20-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/openct/openct-0.6.20-r4.ebuild b/dev-libs/openct/openct-0.6.20-r4.ebuild index 1729a83985b..b675d41066d 100644 --- a/dev-libs/openct/openct-0.6.20-r4.ebuild +++ b/dev-libs/openct/openct-0.6.20-r4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils flag-o-matic multilib udev user +inherit flag-o-matic ltprune multilib udev user DESCRIPTION="library for accessing smart card terminals" HOMEPAGE="https://github.com/OpenSC/openct/wiki"