commit:     81bbeb81cbb0124225d7cac889b81d54a4e6b802
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Aug 22 00:13:50 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Aug 22 01:17:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81bbeb81

sys-cluster/nanos6: add and restrict tests

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sys-cluster/nanos6/nanos6-2.6-r1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/nanos6/nanos6-2.6-r1.ebuild 
b/sys-cluster/nanos6/nanos6-2.6-r1.ebuild
index ca6d8f985..c5fef5c02 100644
--- a/sys-cluster/nanos6/nanos6-2.6-r1.ebuild
+++ b/sys-cluster/nanos6/nanos6-2.6-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-version-${PV}"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="debug dlb execution-workflow extrae memkind mercurium papi unwind"
+IUSE="debug dlb execution-workflow extrae memkind mercurium papi test unwind"
 #jemalloc require custom stuff
 #TODO: cuda pqos babeltrace2
 #TODO: llvm-libunwind
@@ -34,6 +34,10 @@ RDEPEND="
 #      jemalloc? ( dev-libs/jemalloc )
 DEPEND="${RDEPEND}"
 
+# https://github.com/bsc-pm/nanos6/issues/3
+RESTRICT="test"
+#RESTRICT="!test? ( test )"
+
 src_prepare() {
        default
        eautoreconf

Reply via email to