Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pcsc-lite/
Date: Thu, 27 Sep 2018 23:55:31
Message-Id: 1538092306.e58118c92171bda52195a5dce7d78cc79190f236.alonbl@gentoo
1 commit: e58118c92171bda52195a5dce7d78cc79190f236
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 23 20:23:44 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 23:51:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e58118c9
7
8 sys-apps/pcsc-lite: eapi bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild | 12 +++++-------
13 1 file changed, 5 insertions(+), 7 deletions(-)
14
15 diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild b/sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild
16 index 2136aebdae3..485d618a3a1 100644
17 --- a/sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild
18 +++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI="6"
24 +EAPI=7
25 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
26
27 inherit python-single-r1 systemd udev user multilib-minimal
28 @@ -27,18 +27,16 @@ REQUIRED_USE="^^ ( udev libusb ) \
29
30 # No dependencies need the MULTILIB_DEPS because the libraries are actually
31 # standalone, the deps are only needed for the daemon itself.
32 -CDEPEND="libusb? ( virtual/libusb:1 )
33 +DEPEND="libusb? ( virtual/libusb:1 )
34 udev? ( virtual/udev )
35 policykit? ( >=sys-auth/polkit-0.111 )
36 python? ( ${PYTHON_DEPS} )"
37 -DEPEND="${CDEPEND}
38 - virtual/pkgconfig"
39 -RDEPEND="${CDEPEND}
40 +RDEPEND="${DEPEND}
41 !<app-crypt/ccid-1.4.1-r1
42 !<sys-apps/baselayout-2
43 !<sys-apps/openrc-0.11.8
44 - selinux? ( sec-policy/selinux-pcscd )
45 -"
46 + selinux? ( sec-policy/selinux-pcscd )"
47 +BDEPEND="virtual/pkgconfig"
48
49 PATCHES=(
50 "${FILESDIR}"/${PN}-1.8.11-polkit-pcscd.patch