projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e13dccd
)
kde-apps/kdav: Restrict broken test
author
Andreas Sturmlechner
<asturm@gentoo.org>
Sun, 23 Jul 2017 21:35:13 +0000
(23:35 +0200)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Sun, 23 Jul 2017 21:35:13 +0000
(23:35 +0200)
Gentoo-bug: 616808
Package-Manager: Portage-2.3.6, Repoman-2.3.1
kde-apps/kdav/kdav-17.04.3.ebuild
patch
|
blob
|
history
diff --git
a/kde-apps/kdav/kdav-17.04.3.ebuild
b/kde-apps/kdav/kdav-17.04.3.ebuild
index d569cad24fe5b26a9f372f0f580c5538a5555914..287605ef4f636e542cb135185da9083cb7bf60cc 100644
(file)
--- a/
kde-apps/kdav/kdav-17.04.3.ebuild
+++ b/
kde-apps/kdav/kdav-17.04.3.ebuild
@@
-22,3
+22,12
@@
DEPEND="
RDEPEND="${DEPEND}
!kde-apps/kdepim-l10n
"
+
+src_test() {
+ # bug 616808 - DavItemFetchJobTest requires D-Bus
+ local myctestargs=(
+ -E "(kdav-davitemfetchjob)"
+ )
+
+ kde5_src_test
+}