Skip to content

Commit

Permalink
app-editors/zile: Suppress running the tests for GNU Emacs.
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/630652
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
ulm committed Feb 6, 2018
1 parent 3048e0d commit 449265d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app-editors/zile/zile-2.3.24-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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() {
Expand Down
2 changes: 2 additions & 0 deletions app-editors/zile/zile-2.4.13.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down
2 changes: 2 additions & 0 deletions app-editors/zile/zile-2.4.14.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 449265d

Please sign in to comment.