sys-cluster/drbd-utils: wire up USE=selinux for newly-added sec-policy/selinux-drbd

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-05-24 23:35:53 +01:00
parent 426cb2a807
commit 70a799cf9b
3 changed files with 18 additions and 9 deletions

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
@@ -13,13 +13,16 @@ S="${WORKDIR}/${P/_/}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="pacemaker +udev xen"
IUSE="pacemaker selinux +udev xen"
DEPEND="
pacemaker? ( sys-cluster/pacemaker )
udev? ( virtual/udev )
"
RDEPEND="${DEPEND}"
RDEPEND="
${DEPEND}
selinux? ( sec-policy/selinux-drbd )
"
BDEPEND="
app-alternatives/lex
virtual/pkgconfig

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
@@ -13,13 +13,16 @@ S="${WORKDIR}/${P/_/}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="pacemaker split-usr +udev xen"
IUSE="pacemaker selinux split-usr +udev xen"
DEPEND="
pacemaker? ( sys-cluster/pacemaker )
udev? ( virtual/udev )
"
RDEPEND="${DEPEND}"
RDEPEND="
${DEPEND}
selinux? ( sec-policy/selinux-drbd )
"
BDEPEND="
app-alternatives/lex
virtual/pkgconfig

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
@@ -13,14 +13,17 @@ S="${WORKDIR}/${P/_/}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="pacemaker +udev xen"
IUSE="pacemaker selinux +udev xen"
DEPEND="
sys-apps/keyutils
pacemaker? ( sys-cluster/pacemaker )
udev? ( virtual/udev )
"
RDEPEND="${DEPEND}"
RDEPEND="
${DEPEND}
selinux? ( sec-policy/selinux-drbd )
"
BDEPEND="
app-alternatives/lex
virtual/pkgconfig