commit: 596d7f629b7be1379f09c9ccb0a75aab26e5d387
parent b9f291f3cf1ddc0df3d535864c02e23bab49cd53
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 6 May 2024 17:07:01 +0200
sys-apps/utils-std: Remove atf from DEPEND, use LDSTATIC
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/sys-apps/utils-std/utils-std-9999.ebuild b/sys-apps/utils-std/utils-std-9999.ebuild
@@ -14,8 +14,6 @@ IUSE="test static"
RESTRICT="!test? ( test )"
-# atf is both needed as a library and a test framework
-DEPEND="test? ( dev-libs/atf )"
BDEPEND="
app-alternatives/yacc
test? (
@@ -28,7 +26,7 @@ BDEPEND="
src_configure() {
export NO_BWRAP=1
- use static && export CFLAGS="${CFLAGS} -static"
+ use static && export LDSTATIC="-static"
./configure PREFIX='/opt/lanodan'
}