gentoo-ebuilds/sec-policy/selinux-networkmanager/selinux-networkmanager-2.20240916-r1.ebuild
Kenton Groombridge da9bc156b8
sec-policy/*: stabilize SELinux policies 2.20240916-r1
Closes: https://bugs.gentoo.org/941234
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
2024-10-16 09:36:42 -04:00

14 lines
279 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
MODS="networkmanager"
inherit selinux-policy-2
DESCRIPTION="SELinux policy for networkmanager"
if [[ ${PV} != 9999* ]] ; then
KEYWORDS="amd64 arm arm64 x86"
fi