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@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@gentoo.org>
This commit is contained in:
Christopher Byrne 2025-08-16 16:21:03 -05:00 committed by Sam James
parent 022cc1d4f4
commit c4e2ac1dcc
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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"