diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 21:50:08 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 22:06:40 +0200 |
commit | 8fd46698f07ff3a4159b50d6f20e3403b6efb985 (patch) | |
tree | 62c8320ae5063234c3508db07922f1614e3bd43f | |
parent | app-crypt/fcrackzip: eapi bump (diff) | |
download | gentoo-8fd46698f07ff3a4159b50d6f20e3403b6efb985.tar.gz gentoo-8fd46698f07ff3a4159b50d6f20e3403b6efb985.tar.bz2 gentoo-8fd46698f07ff3a4159b50d6f20e3403b6efb985.zip |
app-crypt/asekey: eapi bump
Package-Manager: portage-2.3.3
-rw-r--r-- | app-crypt/asekey/asekey-3.7.ebuild | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/app-crypt/asekey/asekey-3.7.ebuild b/app-crypt/asekey/asekey-3.7.ebuild index d546b09f4e8b..9b32c3239969 100644 --- a/app-crypt/asekey/asekey-3.7.ebuild +++ b/app-crypt/asekey/asekey-3.7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI="6" -inherit eutils udev +inherit udev DESCRIPTION="ASEKey USB SIM Card Reader" HOMEPAGE="http://www.athena-scs.com/" @@ -21,16 +21,15 @@ RDEPEND="${RDEPEND} DEPEND="${RDEPEND} virtual/pkgconfig" +PATCHES=( + "${FILESDIR}/${P}-bundle.patch" +) + src_prepare() { - epatch "${FILESDIR}/${P}-bundle.patch" + default sed -i -e 's/GROUP="pcscd"/ENV{PCSCD}="1"/' "92_pcscd_${PN}.rules" || die } src_configure() { econf --with-udev-rules-dir="$(get_udevdir)/rules.d" } - -src_install() { - default - dodoc ChangeLog README -} |