Package-Manager: portage-2.3.3
-# 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/"
>=app-crypt/ccid-1.4.18[usb]"
src_configure() {
- local myeconfargs=(
- --with-backend=pcsc
+ econf \
+ --with-backend=pcsc \
--disable-static
- )
-
- autotools-utils_src_configure
}