21 lines
425 B
Bash
21 lines
425 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id: 56714193b5440a25ea1c7167cf96f033c9e417f4 $
|
|
EAPI="5"
|
|
|
|
IUSE=""
|
|
MODS="fprintd"
|
|
|
|
inherit selinux-policy-2
|
|
|
|
DESCRIPTION="SELinux policy for fprintd"
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
|
KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
|
|
fi
|
|
DEPEND="${DEPEND}
|
|
sec-policy/selinux-dbus
|
|
"
|
|
RDEPEND="${RDEPEND}
|
|
sec-policy/selinux-dbus
|
|
"
|