app-editors/zile: Disable valgrind tests (because they fail).

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Ulrich Müller
2018-02-06 21:52:01 +01:00
parent 449265da84
commit e0b524ed9c

View File

@@ -26,6 +26,7 @@ src_configure() {
econf \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
--without-emacs \
--disable-valgrind-tests \
$(use_enable acl)
}