mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 23:19:31 +00:00
the module knot was in upstream for a while and has been updated recently so that a default configuration works. Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/41263 Closes: https://github.com/gentoo/gentoo/pull/41263 Signed-off-by: Kenton Groombridge <concord@gentoo.org>
14 lines
263 B
Bash
14 lines
263 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="7"
|
|
|
|
MODS="knot"
|
|
|
|
inherit selinux-policy-2
|
|
|
|
DESCRIPTION="SELinux policy for knot"
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
|
fi
|