From c4e2ac1dcc4cdcd961aa9a502cb98f8ab7c8cbd0 Mon Sep 17 00:00:00 2001 From: Christopher Byrne Date: Sat, 16 Aug 2025 16:21:03 -0500 Subject: [PATCH] app-crypt/tpm2-abrmd: Require sys-apps/iproute[-minimal] for tests Build fix only: Require sys-apps/iproute2[-minimal] for tests (need ss) Closes: https://bugs.gentoo.org/961493 Signed-off-by: Christopher Byrne Part-of: https://github.com/gentoo/gentoo/pull/43469 Closes: https://github.com/gentoo/gentoo/pull/43469 Signed-off-by: Sam James --- app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 a2ba6892bc2a2..539fe9fd05b39 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-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,6 +26,7 @@ DEPEND="${RDEPEND} app-crypt/swtpm >=app-crypt/tpm2-tss-3.0.0:= dev-util/cmocka + sys-apps/iproute2[-minimal] )" BDEPEND="virtual/pkgconfig dev-util/gdbus-codegen"