* [gentoo-dev] [PATCH] kde5.eclass: Add RESTRICT="!test? ( test )"
@ 2019-12-12 14:30 99% Michał Górny
0 siblings, 0 replies; 1+ results
From: Michał Górny @ 2019-12-12 14:30 UTC (permalink / raw
To: gentoo-dev; +Cc: kde, Michał Górny
This fixes further 19 cases of MissingTestRestrict.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
---
eclass/kde5.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index ef45ba420d73..e0841887355c 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -235,6 +235,7 @@ case ${KDE_TEST} in
false) ;;
*)
IUSE+=" test"
+ RESTRICT+=" !test? ( test )"
DEPEND+=" test? ( $(add_qt_dep qttest) )"
;;
esac
--
2.24.1
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2019-12-12 14:30 99% [gentoo-dev] [PATCH] kde5.eclass: Add RESTRICT="!test? ( test )" Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox