commit: 34c682baef446c3fb0842161b89de41167cf3f77
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jul 11 10:15:28 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Jul 11 10:15:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34c682ba
sys-cluster/muster: fix tests usex
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
sys-cluster/muster/muster-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/muster/muster-1.0.1.ebuild
b/sys-cluster/muster/muster-1.0.1.ebuild
index eeab7486e..ab2cbd472 100644
--- a/sys-cluster/muster/muster-1.0.1.ebuild
+++ b/sys-cluster/muster/muster-1.0.1.ebuild
@@ -28,7 +28,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
- -DINSTALL_TESTS=$(usex tests test)
+ -DINSTALL_TESTS=$(usex tests)
-DMUSTER_USE_PMPI=$(usex pmpi)
)
cmake_src_configure