From: Thomas Deutschmann Date: Fri, 31 Aug 2018 20:05:58 +0000 (+0200) Subject: sys-devel/bison: fix USE=examples FEATURES=-test X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2cde18d890a45f08c302102704dd08f3ed3ffa93;p=gentoo.git sys-devel/bison: fix USE=examples FEATURES=-test Closes: https://bugs.gentoo.org/664934 Package-Manager: Portage-2.3.48, Repoman-2.3.10 --- diff --git a/sys-devel/bison/bison-3.0.5-r1.ebuild b/sys-devel/bison/bison-3.0.5-r1.ebuild index ef028b65216c..425a3db60f9c 100644 --- a/sys-devel/bison/bison-3.0.5-r1.ebuild +++ b/sys-devel/bison/bison-3.0.5-r1.ebuild @@ -51,8 +51,6 @@ src_prepare() { src_configure() { use static && append-ldflags -static - # We don't need perl unless we run tests. - use test || export ac_cv_path_PERL=true local myeconfargs=( --docdir='$(datarootdir)'/doc/${PF} $(use_enable examples) diff --git a/sys-devel/bison/bison-3.1.ebuild b/sys-devel/bison/bison-3.1.ebuild index 76808e662919..ab84ec813320 100644 --- a/sys-devel/bison/bison-3.1.ebuild +++ b/sys-devel/bison/bison-3.1.ebuild @@ -51,8 +51,6 @@ src_prepare() { src_configure() { use static && append-ldflags -static - # We don't need perl unless we run tests. - use test || export ac_cv_path_PERL=true local myeconfargs=( --docdir='$(datarootdir)'/doc/${PF} $(use_enable examples)