projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26c986d
)
dev-libs/libical: Disable permanently broken tests
author
Andreas Sturmlechner
<asturm@gentoo.org>
Sun, 6 Jan 2019 16:58:46 +0000
(17:58 +0100)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Sun, 6 Jan 2019 17:03:48 +0000
(18:03 +0100)
Bug: https://bugs.gentoo.org/660282
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-libs/libical/libical-3.0.4.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/libical/libical-3.0.4.ebuild
b/dev-libs/libical/libical-3.0.4.ebuild
index 9ceeda43c3a95539fb1858b169fd2ee3b96e8fa8..9682f722827d8b0c96bc5e64d3fd72e6b5a2fcc9 100644
(file)
--- a/
dev-libs/libical/libical-3.0.4.ebuild
+++ b/
dev-libs/libical/libical-3.0.4.ebuild
@@
-73,6
+73,14
@@
src_compile() {
use doc && cmake-utils_src_compile docs
}
+src_test() {
+ local myctestargs=(
+ -E "(icalrecurtest|icalrecurtest-r)" # bug 660282
+ )
+
+ cmake-utils_src_test
+}
+
src_install() {
use doc && HTML_DOCS=( "${BUILD_DIR}"/apidocs/html/. )