Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/muster/
Date: Sun, 11 Jul 2021 10:15:50
Message-Id: 1625998528.34c682baef446c3fb0842161b89de41167cf3f77.Alessandro-Barbieri@gentoo
1 commit: 34c682baef446c3fb0842161b89de41167cf3f77
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 11 10:15:28 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Jul 11 10:15:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34c682ba
7
8 sys-cluster/muster: fix tests usex
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sys-cluster/muster/muster-1.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/muster/muster-1.0.1.ebuild b/sys-cluster/muster/muster-1.0.1.ebuild
16 index eeab7486e..ab2cbd472 100644
17 --- a/sys-cluster/muster/muster-1.0.1.ebuild
18 +++ b/sys-cluster/muster/muster-1.0.1.ebuild
19 @@ -28,7 +28,7 @@ src_prepare() {
20
21 src_configure() {
22 local mycmakeargs=(
23 - -DINSTALL_TESTS=$(usex tests test)
24 + -DINSTALL_TESTS=$(usex tests)
25 -DMUSTER_USE_PMPI=$(usex pmpi)
26 )
27 cmake_src_configure