summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-02-04 22:43:20 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2017-02-04 23:40:19 +0200
commite4356264b9c6b626844512ead00480b1afbd8f5c (patch)
tree1a09c5a0623c7eb95776671b2df10afc3d4fe151 /app-crypt
parentapp-crypt/onak: version bump (diff)
downloadgentoo-e4356264b9c6b626844512ead00480b1afbd8f5c.tar.gz
gentoo-e4356264b9c6b626844512ead00480b1afbd8f5c.tar.bz2
gentoo-e4356264b9c6b626844512ead00480b1afbd8f5c.zip
app-crypt/libykneomgr: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/libykneomgr/libykneomgr-0.1.8.ebuild13
1 files 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 e6ffd1d0de4a..7e6441425d91 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
}