commit:     2cde18d890a45f08c302102704dd08f3ed3ffa93
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 31 20:05:58 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Aug 31 20:06:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cde18d8

sys-devel/bison: fix USE=examples FEATURES=-test

Closes: https://bugs.gentoo.org/664934
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sys-devel/bison/bison-3.0.5-r1.ebuild | 2 --
 sys-devel/bison/bison-3.1.ebuild      | 2 --
 2 files changed, 4 deletions(-)

diff --git a/sys-devel/bison/bison-3.0.5-r1.ebuild 
b/sys-devel/bison/bison-3.0.5-r1.ebuild
index ef028b65216..425a3db60f9 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 76808e66291..ab84ec81332 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)

Reply via email to