commit:     e4356264b9c6b626844512ead00480b1afbd8f5c
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 20:43:20 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 21:40:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4356264

app-crypt/libykneomgr: eapi bump

Package-Manager: portage-2.3.3

 app-crypt/libykneomgr/libykneomgr-0.1.8.ebuild | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/app-crypt/libykneomgr/libykneomgr-0.1.8.ebuild 
b/app-crypt/libykneomgr/libykneomgr-0.1.8.ebuild
index e6ffd1d..7e64414 100644
--- a/app-crypt/libykneomgr/libykneomgr-0.1.8.ebuild
+++ b/app-crypt/libykneomgr/libykneomgr-0.1.8.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit autotools-utils udev
+inherit udev
 
 DESCRIPTION="YubiKey NEO CCID Manager C Library"
 HOMEPAGE="https://developers.yubico.com/libykneomgr/";
@@ -23,10 +23,7 @@ RDEPEND="${RDEPEND}
        >=app-crypt/ccid-1.4.18[usb]"
 
 src_configure() {
-       local myeconfargs=(
-               --with-backend=pcsc
+       econf \
+               --with-backend=pcsc \
                --disable-static
-       )
-
-       autotools-utils_src_configure
 }

Reply via email to