mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
This fixes some serious issues and has been in ~arch for ages. I did attempt to use the new stable group from 759e2225ae9d69cded09fb38d125cf1d85b5c5df but hit two pkgdev bugs. Bug: https://github.com/pkgcore/pkgdev/issues/213 Bug: https://github.com/pkgcore/pkgdev/issues/214 Signed-off-by: Sam James <sam@gentoo.org>
21 lines
355 B
Bash
21 lines
355 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="7"
|
|
|
|
MODS="dbskk"
|
|
|
|
inherit selinux-policy-2
|
|
|
|
DESCRIPTION="SELinux policy for dbskk"
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
|
KEYWORDS="amd64 arm arm64 x86"
|
|
fi
|
|
DEPEND="${DEPEND}
|
|
sec-policy/selinux-inetd
|
|
"
|
|
RDEPEND="${RDEPEND}
|
|
sec-policy/selinux-inetd
|
|
"
|