summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-04-21 15:27:49 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-04-21 15:31:27 +0200
commitfad56cac1df36812b072c71f40380bbe3e23cc1c (patch)
treebf41c3c55bfa4d401b4e19bd35731a55e8d8cfc9 /kde-apps
parentprofiles: Fix some dates in package.mask (diff)
downloadgentoo-fad56cac1df36812b072c71f40380bbe3e23cc1c.tar.gz
gentoo-fad56cac1df36812b072c71f40380bbe3e23cc1c.tar.bz2
gentoo-fad56cac1df36812b072c71f40380bbe3e23cc1c.zip
kde-apps/kamoso: Set VIRTUALX_REQUIRED=test and restrict tests
Bug: https://bugs.gentoo.org/653674 Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/kamoso/kamoso-18.04.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/kde-apps/kamoso/kamoso-18.04.0.ebuild b/kde-apps/kamoso/kamoso-18.04.0.ebuild
index 5ad87b3e7f56..a10b83fcf7a1 100644
--- a/kde-apps/kamoso/kamoso-18.04.0.ebuild
+++ b/kde-apps/kamoso/kamoso-18.04.0.ebuild
@@ -4,6 +4,7 @@
EAPI=6
KDE_HANDBOOK="forceoptional"
+VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Application to take pictures and videos from your webcam by KDE"
@@ -32,3 +33,5 @@ RDEPEND="${DEPEND}
$(add_qt_dep qtquickcontrols2)
media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l]
"
+
+RESTRICT+=" test"