summaryrefslogtreecommitdiff
path: root/sys-auth/fprintd/fprintd-1.94.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/fprintd/fprintd-1.94.2.ebuild')
-rw-r--r--sys-auth/fprintd/fprintd-1.94.2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-auth/fprintd/fprintd-1.94.2.ebuild b/sys-auth/fprintd/fprintd-1.94.2.ebuild
index fb78a5dd004a..f97be3fe5000 100644
--- a/sys-auth/fprintd/fprintd-1.94.2.ebuild
+++ b/sys-auth/fprintd/fprintd-1.94.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://gitlab.freedesktop.org/libfprint/${PN}/-/archive/v${PV}/${MY_P}
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
-IUSE="doc pam systemd test"
+IUSE="doc pam selinux systemd test"
RESTRICT="!test? ( test )"
RDEPEND="
@@ -54,6 +54,8 @@ BDEPEND="
)
"
+RDEPEND+=" selinux? ( sec-policy/selinux-fprintd )"
+
PATCHES=(
"${FILESDIR}/${PN}-1.90.7_0001-add-test-feature-and-make-tests-optional.patch"
"${FILESDIR}/${PN}-1.90.8_0002-add-configure-option-for-libsystemd-provider.patch"