mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-23 12:13:47 +00:00
Quoting the linked PR: > SELinux base policy seems to hard depend on both the dbus and policykit > modules at present. > In the future, we can consider removing this once the older releases of > refpolicy have been dropped from the tree[1]. > > [1] SELinuxProject/refpolicy#906 We can stable newer now. Bug: https://bugs.gentoo.org/891963 Closes: https://github.com/gentoo/gentoo/pull/45124 Signed-off-by: Sam James <sam@gentoo.org>
14 lines
267 B
Bash
14 lines
267 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="7"
|
|
|
|
MODS="timidity"
|
|
|
|
inherit selinux-policy-2
|
|
|
|
DESCRIPTION="SELinux policy for timidity"
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
|
KEYWORDS="amd64 arm arm64 x86"
|
|
fi
|