commit:     f8fa2b08fd7b945002b74be6146166493dee2426
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 11:28:29 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 20:06:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8fa2b08

app-crypt/acr38u: eapi bump

Package-Manager: portage-2.3.3

 app-crypt/acr38u/acr38u-1.7.11-r3.ebuild | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/app-crypt/acr38u/acr38u-1.7.11-r3.ebuild 
b/app-crypt/acr38u/acr38u-1.7.11-r3.ebuild
index 4c4104b..ea4ac8d 100644
--- a/app-crypt/acr38u/acr38u-1.7.11-r3.ebuild
+++ b/app-crypt/acr38u/acr38u-1.7.11-r3.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=5
+EAPI=6
 
-inherit multilib eutils versionator toolchain-funcs udev autotools-utils
+inherit autotools versionator toolchain-funcs udev
 
 MY_P=ACR38_LINUX_$(get_version_component_range 
1)00$(get_version_component_range 2)$(get_version_component_range 3)_P
 
@@ -33,11 +33,18 @@ S=${WORKDIR}/${MY_P}
 
 IUSE=""
 
-AUTOTOOLS_AUTORECONF=yes
-PATCHES=( "${FILESDIR}"/${P}-build.patch )
+PATCHES=(
+       "${FILESDIR}"/${P}-build.patch
+)
+
+src_prepare() {
+       default
+       eautoreconf
+}
 
 src_install() {
-       autotools-utils_src_install
+       default
+       prune_libtool_files --modules
 
        # note: for eudev support this pkg may always need to install rules to 
/usr
        udev_newrules "${FILESDIR}"/${PV}-bis.rules 92-pcscd-acr38u.rules

Reply via email to