From 2c952e1ea5d26df2c817c65e04f2b60250aacbef Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 23 May 2026 18:41:18 +0100 Subject: [PATCH] app-crypt/tpm2-abrmd: wire up USE=selinux for newly-added sec-policy/selinux-tpm2 Signed-off-by: Sam James --- app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r2.ebuild b/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r2.ebuild index 539fe9fd05b39..face094087a2b 100644 --- a/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r2.ebuild +++ b/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r2.ebuild @@ -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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar LICENSE="BSD" SLOT="0" KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86" -IUSE="static-libs test" +IUSE="selinux static-libs test" RESTRICT="!test? ( test )" @@ -28,6 +28,7 @@ DEPEND="${RDEPEND} dev-util/cmocka sys-apps/iproute2[-minimal] )" +RDEPEND+=" selinux? ( sec-policy/selinux-tpm2 )" BDEPEND="virtual/pkgconfig dev-util/gdbus-codegen"