From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1049051-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 81687138334 for <garchives@archives.gentoo.org>; Thu, 27 Sep 2018 23:55:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D0D1E095A; Thu, 27 Sep 2018 23:55:27 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31A7BE095A for <gentoo-commits@lists.gentoo.org>; Thu, 27 Sep 2018 23:55:27 +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 36D2C335CFB for <gentoo-commits@lists.gentoo.org>; Thu, 27 Sep 2018 23:55:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C445439 for <gentoo-commits@lists.gentoo.org>; Thu, 27 Sep 2018 23:55:21 +0000 (UTC) From: "Alon Bar-Lev" <alonbl@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, "Alon Bar-Lev" <alonbl@gentoo.org> Message-ID: <1538092306.4b98539758235bba8972f95518bc23653ed27f1f.alonbl@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.3.ebuild X-VCS-Directories: sys-apps/pcsc-tools/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 4b98539758235bba8972f95518bc23653ed27f1f X-VCS-Branch: master Date: Thu, 27 Sep 2018 23:55:21 +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-Archives-Salt: d362b0b7-0a57-4c36-8a74-5af3e188ec3c X-Archives-Hash: 5d721841a32e80774f0c166a68c460f3 commit: 4b98539758235bba8972f95518bc23653ed27f1f Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> AuthorDate: Sun Sep 23 20:32:09 2018 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Thu Sep 27 23:51:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b985397 sys-apps/pcsc-tools: eapi bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 sys-apps/pcsc-tools/pcsc-tools-1.5.3.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sys-apps/pcsc-tools/pcsc-tools-1.5.3.ebuild b/sys-apps/pcsc-tools/pcsc-tools-1.5.3.ebuild index 216e4232f41..9bbbd54dd2a 100644 --- a/sys-apps/pcsc-tools/pcsc-tools-1.5.3.ebuild +++ b/sys-apps/pcsc-tools/pcsc-tools-1.5.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit eutils fdo-mime multilib toolchain-funcs @@ -14,13 +14,11 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="gtk network-cron" -RDEPEND=">=sys-apps/pcsc-lite-1.4.14" - -DEPEND="${RDEPEND} - virtual/pkgconfig" -RDEPEND="${RDEPEND} +DEPEND=">=sys-apps/pcsc-lite-1.4.14" +RDEPEND="${DEPEND} dev-perl/pcsc-perl gtk? ( dev-perl/Gtk2 )" +BDEPEND="virtual/pkgconfig" DOCS=( README Changelog