diff options
author | 2018-09-23 15:12:39 +0300 | |
---|---|---|
committer | 2018-09-28 02:51:31 +0300 | |
commit | 7c6ee65fad5244a1836f032d504ca97e52eaefbf (patch) | |
tree | 60717352f0b417f73bdd0e924f79a6d7dba1295c /app-crypt | |
parent | app-crypt/libu2f-host: eapi bump (diff) | |
download | gentoo-7c6ee65fad5244a1836f032d504ca97e52eaefbf.tar.gz gentoo-7c6ee65fad5244a1836f032d504ca97e52eaefbf.tar.bz2 gentoo-7c6ee65fad5244a1836f032d504ca97e52eaefbf.zip |
app-crypt/libykneomgr: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/libykneomgr/libykneomgr-0.1.8.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-crypt/libykneomgr/libykneomgr-0.1.8.ebuild b/app-crypt/libykneomgr/libykneomgr-0.1.8.ebuild index 89281dfd83a1..06befd824408 100644 --- a/app-crypt/libykneomgr/libykneomgr-0.1.8.ebuild +++ b/app-crypt/libykneomgr/libykneomgr-0.1.8.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit udev @@ -14,12 +14,11 @@ SLOT="0" KEYWORDS="~amd64" IUSE="kernel_linux" -RDEPEND="sys-apps/pcsc-lite +DEPEND="sys-apps/pcsc-lite dev-libs/libzip" -DEPEND="${RDEPEND} - virtual/pkgconfig" -RDEPEND="${RDEPEND} +RDEPEND="${DEPEND} >=app-crypt/ccid-1.4.18[usb]" +BDEPEND="virtual/pkgconfig" src_configure() { econf \ |