commit: b6d6653f422c3c46daf8eafc422ccffca84ff704
parent 14a04642acce19b75eb83a80dff219a2b4e298f9
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 11 Apr 2024 11:54:25 +0200
sys-apps/utils-std: Add atf to DEPEND as well
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sys-apps/utils-std/utils-std-9999.ebuild b/sys-apps/utils-std/utils-std-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Copyright 2021-2024 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,6 +14,8 @@ IUSE="test static"
RESTRICT="!test? ( test )"
+# atf is both needed as a library and a test framework
+DEPEND="test? ( dev-libs/atf )"
BDEPEND="
test? (
dev-libs/atf