From 65e5f7e351894b3762ff28d526aee2e60d1cbef4 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 3 Jun 2025 05:32:00 +0100 Subject: [PATCH] dev-vcs/pkgcruft-git: tweak test restriction comment, drop --all-features * Tweak test restriction comment (works for me w/ just -O2, needs more poking) * --all-features doesn't seem needed Signed-off-by: Sam James --- dev-vcs/pkgcruft-git/pkgcruft-git-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-vcs/pkgcruft-git/pkgcruft-git-9999.ebuild b/dev-vcs/pkgcruft-git/pkgcruft-git-9999.ebuild index ebba3e710a676..6de1095004f89 100644 --- a/dev-vcs/pkgcruft-git/pkgcruft-git-9999.ebuild +++ b/dev-vcs/pkgcruft-git/pkgcruft-git-9999.ebuild @@ -31,7 +31,7 @@ LICENSE+=" " SLOT="0" IUSE="test" -# Fails to link w/ missing libssh2 +# Fails to link w/ missing libssh2 with some CFLAGS RESTRICT="!test? ( test ) test" DEPEND=" @@ -77,10 +77,8 @@ src_test() { # helper) local -x NEXTEST_TEST_THREADS="$(makeopts_jobs)" - # The test failures appear ebuild-related edo cargo nextest run $(usev !debug '--release') \ --color always \ - --all-features \ --tests \ --no-fail-fast }