diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 02:12:05 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 03:30:50 +0200 |
commit | b2b61d54cabb440f7aa09221e5aa3768b049d1fe (patch) | |
tree | 7096ce8c9ad14f4158210da28a5ccc77ee62c8c8 /app-crypt/libu2f-host | |
parent | app-crypt/mdcrack: eapi bump (diff) | |
download | gentoo-b2b61d54cabb440f7aa09221e5aa3768b049d1fe.tar.gz gentoo-b2b61d54cabb440f7aa09221e5aa3768b049d1fe.tar.bz2 gentoo-b2b61d54cabb440f7aa09221e5aa3768b049d1fe.zip |
app-crypt/libu2f-host: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt/libu2f-host')
-rw-r--r-- | app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild b/app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild index d1bc4e1ec4b1..2cf29441d98e 100644 --- a/app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild +++ b/app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 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 linux-info udev user +inherit linux-info udev user DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library" HOMEPAGE="https://developers.yubico.com/libu2f-host/" @@ -34,19 +34,13 @@ pkg_setup() { } src_prepare() { - autotools-utils_src_prepare - + default sed -e 's:TAG+="uaccess":MODE="0664", GROUP="plugdev":g' \ 70-u2f.rules > 70-u2f-udev.rules || die } -src_configure() { - autotools-utils_src_configure -} - src_install() { - autotools-utils_src_install - + default if use kernel_linux; then if use systemd; then udev_dorules 70-u2f.rules |