commit: 65e5f7e351894b3762ff28d526aee2e60d1cbef4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 04:32:00 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 04:32:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e5f7e3
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 <sam <AT> gentoo.org>
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 ebba3e710a67..6de1095004f8 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
}