--- pam_u2f-1.0.8.ebuild 2020-03-20 18:13:20.190813575 +0100 +++ pam_u2f-1.1.0.ebuild 2020-09-18 18:03:10.200940086 +0200 @@ -1,26 +1,23 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools flag-o-matic pam -DESCRIPTION="Library for authenticating against PAM with a Yubikey" +DESCRIPTION="Library for authenticating against PAM with a FIDO2 or U2F token" HOMEPAGE="https://github.com/Yubico/pam-u2f" SRC_URI="https://developers.yubico.com/${PN/_/-}/Releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="debug" -RDEPEND=" - app-crypt/libu2f-host - app-crypt/libu2f-server:= +RDEPEND="dev-libs/libfido2 sys-libs/pam" - -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}/${PN}-1.0.2-fix-Makefile.patch" )