commit: 8fd46698f07ff3a4159b50d6f20e3403b6efb985 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> AuthorDate: Sat Feb 4 19:50:08 2017 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Sat Feb 4 20:06:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd46698
app-crypt/asekey: eapi bump Package-Manager: portage-2.3.3 app-crypt/asekey/asekey-3.7.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/app-crypt/asekey/asekey-3.7.ebuild b/app-crypt/asekey/asekey-3.7.ebuild index d546b09..9b32c32 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 -}
