commit: c4e2ac1dcc4cdcd961aa9a502cb98f8ab7c8cbd0 Author: Christopher Byrne <salah.coronya <AT> gmail <DOT> com> AuthorDate: Sat Aug 16 21:21:03 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Sep 6 14:20:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e2ac1d
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 <salah.coronya <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43469 Closes: https://github.com/gentoo/gentoo/pull/43469 Signed-off-by: Sam James <sam <AT> gentoo.org> 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 a2ba6892bc2a..539fe9fd05b3 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"
