media-sound/rosegarden-19.06: partially fixed wrt tests
authorMiroslav Šulc <fordfrog@gentoo.org>
Mon, 9 Dec 2019 13:19:33 +0000 (14:19 +0100)
committerMiroslav Šulc <fordfrog@gentoo.org>
Mon, 9 Dec 2019 13:20:29 +0000 (14:20 +0100)
added virtualx eclass which fixes 4 out of 5 tests

Bug: https://bugs.gentoo.org/701682
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
media-sound/rosegarden/rosegarden-19.06.ebuild

index 979a2e1c90b240c16db945b53c036cc260e4a2e7..6db7b3c5f89b5f406eaca3d6dfea1cebe2e2ec5e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils xdg
+inherit cmake-utils xdg virtualx
 
 DESCRIPTION="MIDI and audio sequencer and notation editor"
 HOMEPAGE="https://www.rosegardenmusic.com/"
@@ -52,3 +52,7 @@ src_configure() {
        )
        cmake-utils_src_configure
 }
+
+src_test() {
+        virtx cmake-utils_src_test
+}