sys-devel/bison: fix USE=examples FEATURES=-test
authorThomas Deutschmann <whissi@gentoo.org>
Fri, 31 Aug 2018 20:05:58 +0000 (22:05 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Fri, 31 Aug 2018 20:06:15 +0000 (22:06 +0200)
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
sys-devel/bison/bison-3.1.ebuild

index ef028b65216c029c0c4a6a72dde15fa911005325..425a3db60f9c92c6c27bc0697c07e53ae553d5d3 100644 (file)
@@ -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)
index 76808e662919215391e40277e27b87dab45ebb9b..ab84ec8133203449ae7658563d69b432fda6c27f 100644 (file)
@@ -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)