commit: 9946b929a7aeb2a8344fa5a6e7ad50a7545e0fa7
Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Sat Dec 26 03:25:59 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jan 5 22:00:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9946b929
sys-auth/pam_fprint: fix slots, EAPI 7
This package specifically depends on the older libfprint slot, and
it will fail to build if it just uses the latest version.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
.../{pam_fprint-0.2-r1.ebuild => pam_fprint-0.2-r2.ebuild} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/sys-auth/pam_fprint/pam_fprint-0.2-r1.ebuild
b/sys-auth/pam_fprint/pam_fprint-0.2-r2.ebuild
similarity index 94%
rename from sys-auth/pam_fprint/pam_fprint-0.2-r1.ebuild
rename to sys-auth/pam_fprint/pam_fprint-0.2-r2.ebuild
index 8b4f0890a9a..95ce4a34dc4 100644
--- a/sys-auth/pam_fprint/pam_fprint-0.2-r1.ebuild
+++ b/sys-auth/pam_fprint/pam_fprint-0.2-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit pam
@@ -12,10 +12,9 @@ SRC_URI="mirror://sourceforge/fprint/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc x86"
-IUSE=""
RDEPEND="
- sys-auth/libfprint
+ sys-auth/libfprint:0
sys-libs/pam"
DEPEND="${RDEPEND}"