From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1186968-garchives=archives.gentoo.org@lists.gentoo.org> 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 234F2138359 for <garchives@archives.gentoo.org>; Sun, 12 Jul 2020 16:32:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46D30E076B; Sun, 12 Jul 2020 16:32:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EA48E076B for <gentoo-commits@lists.gentoo.org>; Sun, 12 Jul 2020 16:32:24 +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 9B84C34F390 for <gentoo-commits@lists.gentoo.org>; Sun, 12 Jul 2020 16:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AD01274 for <gentoo-commits@lists.gentoo.org>; Sun, 12 Jul 2020 16:32:20 +0000 (UTC) From: "Mikle Kolyada" <zlogene@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" <zlogene@gentoo.org> Message-ID: <1594571529.401ee4a91e28dd4fe3af6a797c5eaf965c6de9e5.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pcsc-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild X-VCS-Directories: sys-apps/pcsc-tools/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 401ee4a91e28dd4fe3af6a797c5eaf965c6de9e5 X-VCS-Branch: master Date: Sun, 12 Jul 2020 16:32:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fda8ac66-d2f4-4f8f-ba1e-f8362c307994 X-Archives-Hash: 03a4a7d72159d16b1a4c0e3c829503e6 commit: 401ee4a91e28dd4fe3af6a797c5eaf965c6de9e5 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sun Jul 12 16:32:09 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sun Jul 12 16:32:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=401ee4a9 sys-apps/pcsc-tools: mark stable Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild b/sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild index aae8a0221d7..add6360afa5 100644 --- a/sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild +++ b/sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://ludovic.rousseau.free.fr/softwares/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86" IUSE="gtk network-cron" DEPEND=">=sys-apps/pcsc-lite-1.4.14"