diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-12-25 22:25:59 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-01-05 17:00:42 -0500 |
commit | 9946b929a7aeb2a8344fa5a6e7ad50a7545e0fa7 (patch) | |
tree | 6eaa1f2273a264b22dcf44caefc9d6ac2437fdad /sys-auth/pam_fprint | |
parent | sys-auth/fprintd: fix slots, use BDEPEND with EAPI 7 (diff) | |
download | gentoo-9946b929a7aeb2a8344fa5a6e7ad50a7545e0fa7.tar.gz gentoo-9946b929a7aeb2a8344fa5a6e7ad50a7545e0fa7.tar.bz2 gentoo-9946b929a7aeb2a8344fa5a6e7ad50a7545e0fa7.zip |
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@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-auth/pam_fprint')
-rw-r--r-- | sys-auth/pam_fprint/pam_fprint-0.2-r2.ebuild (renamed from sys-auth/pam_fprint/pam_fprint-0.2-r1.ebuild) | 5 |
1 files 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 index 8b4f0890a9a9..95ce4a34dc4d 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}" |