summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-02-06 21:47:22 +0100
committerUlrich Müller <ulm@gentoo.org>2018-02-06 21:57:47 +0100
commit449265da845d704902e7affbcc707f14c6c8fcfe (patch)
treea97f3eeab985cc78b97686a2f0444139d1dd4eb2 /app-editors/zile/zile-2.4.14.ebuild
parentkde5-functions.eclass: Fix {FRAMEWORKS,QT}_MINIMAL for Plasma 5.12 (diff)
downloadgentoo-449265da845d704902e7affbcc707f14c6c8fcfe.tar.gz
gentoo-449265da845d704902e7affbcc707f14c6c8fcfe.tar.bz2
gentoo-449265da845d704902e7affbcc707f14c6c8fcfe.zip
app-editors/zile: Suppress running the tests for GNU Emacs.
Closes: https://bugs.gentoo.org/630652 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-editors/zile/zile-2.4.14.ebuild')
-rw-r--r--app-editors/zile/zile-2.4.14.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
index 74d312cf2c51..dc81ee11b4d3 100644
--- a/app-editors/zile/zile-2.4.14.ebuild
+++ b/app-editors/zile/zile-2.4.14.ebuild
@@ -22,8 +22,10 @@ DEPEND="${RDEPEND}
QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
src_configure() {
+ # --without-emacs to suppress tests for GNU Emacs #630652
econf \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
+ --without-emacs \
$(use_enable acl)
}