projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14b86c0
)
media-sound/rosegarden-19.06: partially fixed wrt tests
author
Miroslav Šulc
<fordfrog@gentoo.org>
Mon, 9 Dec 2019 13:19:33 +0000
(14:19 +0100)
committer
Miroslav Š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
patch
|
blob
|
history
diff --git
a/media-sound/rosegarden/rosegarden-19.06.ebuild
b/media-sound/rosegarden/rosegarden-19.06.ebuild
index 979a2e1c90b240c16db945b53c036cc260e4a2e7..6db7b3c5f89b5f406eaca3d6dfea1cebe2e2ec5e 100644
(file)
--- a/
media-sound/rosegarden/rosegarden-19.06.ebuild
+++ b/
media-sound/rosegarden/rosegarden-19.06.ebuild
@@
-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
+}