public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] kde5.eclass: Add RESTRICT="!test? ( test )"
@ 2019-12-12 14:30 Michał Górny
  0 siblings, 0 replies; only message in thread
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	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-12 14:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-12 14:30 [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