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.3.24-r2.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.3.24-r2.ebuild')
-rw-r--r--app-editors/zile/zile-2.3.24-r2.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-editors/zile/zile-2.3.24-r2.ebuild b/app-editors/zile/zile-2.3.24-r2.ebuild
index 49d18af56379..0f710c8c197d 100644
--- a/app-editors/zile/zile-2.3.24-r2.ebuild
+++ b/app-editors/zile/zile-2.3.24-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,7 +19,10 @@ DEPEND="${RDEPEND}
PATCHES=("${FILESDIR}"/${P}-{userhome,gets}.patch)
src_configure() {
- econf $(use test && use_with valgrind || echo "--without-valgrind")
+ # --without-emacs to suppress tests for GNU Emacs #630652
+ econf \
+ --without-emacs \
+ $(use test && use_with valgrind || echo "--without-valgrind")
}
src_install() {