diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 23:23:44 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:46 +0300 |
commit | e58118c92171bda52195a5dce7d78cc79190f236 (patch) | |
tree | 107a342af4c7522d3e81835dddec20fca5d80e7f /sys-apps | |
parent | sys-apps/ifd-gempc: eapi bump (diff) | |
download | gentoo-e58118c92171bda52195a5dce7d78cc79190f236.tar.gz gentoo-e58118c92171bda52195a5dce7d78cc79190f236.tar.bz2 gentoo-e58118c92171bda52195a5dce7d78cc79190f236.zip |
sys-apps/pcsc-lite: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild b/sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild index 2136aebdae3f..485d618a3a1f 100644 --- a/sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild +++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.23.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 PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit python-single-r1 systemd udev user multilib-minimal @@ -27,18 +27,16 @@ REQUIRED_USE="^^ ( udev libusb ) \ # No dependencies need the MULTILIB_DEPS because the libraries are actually # standalone, the deps are only needed for the daemon itself. -CDEPEND="libusb? ( virtual/libusb:1 ) +DEPEND="libusb? ( virtual/libusb:1 ) udev? ( virtual/udev ) policykit? ( >=sys-auth/polkit-0.111 ) python? ( ${PYTHON_DEPS} )" -DEPEND="${CDEPEND} - virtual/pkgconfig" -RDEPEND="${CDEPEND} +RDEPEND="${DEPEND} !<app-crypt/ccid-1.4.1-r1 !<sys-apps/baselayout-2 !<sys-apps/openrc-0.11.8 - selinux? ( sec-policy/selinux-pcscd ) -" + selinux? ( sec-policy/selinux-pcscd )" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PN}-1.8.11-polkit-pcscd.patch |