diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 13:56:54 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:25 +0300 |
commit | 51333f5166f7ae0ccc93fda84e336d26f0e95120 (patch) | |
tree | a044ad2b766d2cd3472641916163b88128fa590e /app-crypt/acr38u | |
parent | app-admin/ranpwd: eapi bump (diff) | |
download | gentoo-51333f5166f7ae0ccc93fda84e336d26f0e95120.tar.gz gentoo-51333f5166f7ae0ccc93fda84e336d26f0e95120.tar.bz2 gentoo-51333f5166f7ae0ccc93fda84e336d26f0e95120.zip |
app-crypt/acr38u: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt/acr38u')
-rw-r--r-- | app-crypt/acr38u/acr38u-1.7.11-r3.ebuild | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/app-crypt/acr38u/acr38u-1.7.11-r3.ebuild b/app-crypt/acr38u/acr38u-1.7.11-r3.ebuild index a75e10f43dcf..db32da26fb14 100644 --- a/app-crypt/acr38u/acr38u-1.7.11-r3.ebuild +++ b/app-crypt/acr38u/acr38u-1.7.11-r3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit autotools ltprune versionator toolchain-funcs udev +inherit autotools toolchain-funcs udev -MY_P=ACR38_LINUX_$(get_version_component_range 1)00$(get_version_component_range 2)$(get_version_component_range 3)_P +MY_P=ACR38_LINUX_$(ver_cut 1)00$(ver_cut 2)$(ver_cut 3)_P SLOT="0" LICENSE="LGPL-2.1" @@ -25,12 +25,10 @@ HOMEPAGE="https://www.acs.com.hk" # libusb-compat is marked stable and primary in the virtual. -ssuominen RDEPEND=">=sys-apps/pcsc-lite-1.6.4 virtual/libusb:0" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" -S=${WORKDIR}/${MY_P} - -IUSE="" +S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}"/${P}-build.patch @@ -43,8 +41,8 @@ src_prepare() { src_install() { default - prune_libtool_files --modules + find "${D}" -name '*.la' -delete || die # note: for eudev support this pkg may always need to install rules to /usr - udev_newrules "${FILESDIR}"/${PV}-bis.rules 92-pcscd-acr38u.rules + udev_newrules "${FILESDIR}/${PV}-bis.rules" 92-pcscd-acr38u.rules } |