summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-08-31 22:05:58 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-08-31 22:06:15 +0200
commit2cde18d890a45f08c302102704dd08f3ed3ffa93 (patch)
tree29a9018c80a02ef9c389ce4fcfa6069f7726669b
parentapp-admin/eselect: stable 1.4.13 for sparc, bug #664896 (diff)
downloadgentoo-2cde18d890a45f08c302102704dd08f3ed3ffa93.tar.gz
gentoo-2cde18d890a45f08c302102704dd08f3ed3ffa93.tar.bz2
gentoo-2cde18d890a45f08c302102704dd08f3ed3ffa93.zip
sys-devel/bison: fix USE=examples FEATURES=-test
Closes: https://bugs.gentoo.org/664934 Package-Manager: Portage-2.3.48, Repoman-2.3.10
-rw-r--r--sys-devel/bison/bison-3.0.5-r1.ebuild2
-rw-r--r--sys-devel/bison/bison-3.1.ebuild2
2 files changed, 0 insertions, 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 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)