Files
gentoo/sec-policy/selinux-knot/selinux-knot-2.20250213_p1.ebuild
Rahul Sandhu 2474610132 sec-policy/selinux-*: update EAPI 7 -> 8
Bug: https://bugs.gentoo.org/951355
Signed-off-by: Rahul Sandhu <nvraxn@posteo.uk>
Signed-off-by: Sam James <sam@gentoo.org>
2026-04-26 19:35:17 +01:00

15 lines
257 B
Bash

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