mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user