sys-process/numad: wire up USE=selinux for newly-added sec-policy/selinux-numad

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-05-24 23:23:03 +01:00
parent 2b58afbc0c
commit 90a7655bd1
3 changed files with 12 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -20,6 +20,9 @@ HOMEPAGE="http://fedoraproject.org/wiki/Features/numad"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="selinux"
RDEPEND="selinux? ( sec-policy/selinux-numad )"
CONFIG_CHECK="~NUMA ~CPUSETS"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,6 +22,9 @@ HOMEPAGE="http://fedoraproject.org/wiki/Features/numad"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="selinux"
RDEPEND="selinux? ( sec-policy/selinux-numad )"
CONFIG_CHECK="~NUMA ~CPUSETS"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,6 +22,9 @@ HOMEPAGE="http://fedoraproject.org/wiki/Features/numad"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="selinux"
RDEPEND="selinux? ( sec-policy/selinux-numad )"
CONFIG_CHECK="~NUMA ~CPUSETS"