projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b74010f
)
kde-apps/marble: Restrict tests
author
Johannes Huber
<johu@gentoo.org>
Sat, 9 Jul 2016 18:24:42 +0000
(20:24 +0200)
committer
Johannes Huber
<johu@gentoo.org>
Sat, 9 Jul 2016 18:26:19 +0000
(20:26 +0200)
Add virtual x for tests.
Gentoo-bug: 588320
Package-Manager: portage-2.3.0
kde-apps/marble/marble-16.04.2.ebuild
patch
|
blob
|
history
diff --git
a/kde-apps/marble/marble-16.04.2.ebuild
b/kde-apps/marble/marble-16.04.2.ebuild
index 50c47c0f7cbc61988683ac411af573b616356ff3..271846ebb06e25eea93d00cb23c88305a774e378 100644
(file)
--- a/
kde-apps/marble/marble-16.04.2.ebuild
+++ b/
kde-apps/marble/marble-16.04.2.ebuild
@@
-6,6
+6,7
@@
EAPI=6
KDE_HANDBOOK="forceoptional"
KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="Generic geographical map widget"
@@
-52,6
+53,9
@@
DEPEND="${RDEPEND}
aprs? ( dev-lang/perl )
"
+# bug 588320
+RESTRICT=test
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package aprs Perl)