commit: 342877170224f32a66341ed262dfec3c20fc990d
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 9 18:02:37 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Sep 9 20:52:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34287717
sci-physics/espresso: fix USE="-test" restrict
Fixes: 74d3bc3916a6fefac6f5a1f810b855b7046696bb
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
sci-physics/espresso/espresso-4.2.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-physics/espresso/espresso-4.2.0.ebuild
b/sci-physics/espresso/espresso-4.2.0.ebuild
index 2017daccad09..73c846fd7f1a 100644
--- a/sci-physics/espresso/espresso-4.2.0.ebuild
+++ b/sci-physics/espresso/espresso-4.2.0.ebuild
@@ -23,6 +23,7 @@ S="${WORKDIR}/${PN}"
LICENSE="GPL-3"
SLOT="0"
IUSE="cuda doc examples +fftw +hdf5 test"
+RESTRICT="!test? ( test )"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}"