Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libykneomgr/
Date: Sat, 04 Feb 2017 21:40:41
Message-Id: 1486244419.e4356264b9c6b626844512ead00480b1afbd8f5c.alonbl@gentoo
1 commit: e4356264b9c6b626844512ead00480b1afbd8f5c
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 20:43:20 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 21:40:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4356264
7
8 app-crypt/libykneomgr: eapi bump
9
10 Package-Manager: portage-2.3.3
11
12 app-crypt/libykneomgr/libykneomgr-0.1.8.ebuild | 13 +++++--------
13 1 file changed, 5 insertions(+), 8 deletions(-)
14
15 diff --git a/app-crypt/libykneomgr/libykneomgr-0.1.8.ebuild b/app-crypt/libykneomgr/libykneomgr-0.1.8.ebuild
16 index e6ffd1d..7e64414 100644
17 --- a/app-crypt/libykneomgr/libykneomgr-0.1.8.ebuild
18 +++ b/app-crypt/libykneomgr/libykneomgr-0.1.8.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=5
26 +EAPI=6
27
28 -inherit autotools-utils udev
29 +inherit udev
30
31 DESCRIPTION="YubiKey NEO CCID Manager C Library"
32 HOMEPAGE="https://developers.yubico.com/libykneomgr/"
33 @@ -23,10 +23,7 @@ RDEPEND="${RDEPEND}
34 >=app-crypt/ccid-1.4.18[usb]"
35
36 src_configure() {
37 - local myeconfargs=(
38 - --with-backend=pcsc
39 + econf \
40 + --with-backend=pcsc \
41 --disable-static
42 - )
43 -
44 - autotools-utils_src_configure
45 }