Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bison/
Date: Fri, 31 Aug 2018 20:07:10
Message-Id: 1535745975.2cde18d890a45f08c302102704dd08f3ed3ffa93.whissi@gentoo
1 commit: 2cde18d890a45f08c302102704dd08f3ed3ffa93
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 31 20:05:58 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 31 20:06:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cde18d8
7
8 sys-devel/bison: fix USE=examples FEATURES=-test
9
10 Closes: https://bugs.gentoo.org/664934
11 Package-Manager: Portage-2.3.48, Repoman-2.3.10
12
13 sys-devel/bison/bison-3.0.5-r1.ebuild | 2 --
14 sys-devel/bison/bison-3.1.ebuild | 2 --
15 2 files changed, 4 deletions(-)
16
17 diff --git a/sys-devel/bison/bison-3.0.5-r1.ebuild b/sys-devel/bison/bison-3.0.5-r1.ebuild
18 index ef028b65216..425a3db60f9 100644
19 --- a/sys-devel/bison/bison-3.0.5-r1.ebuild
20 +++ b/sys-devel/bison/bison-3.0.5-r1.ebuild
21 @@ -51,8 +51,6 @@ src_prepare() {
22 src_configure() {
23 use static && append-ldflags -static
24
25 - # We don't need perl unless we run tests.
26 - use test || export ac_cv_path_PERL=true
27 local myeconfargs=(
28 --docdir='$(datarootdir)'/doc/${PF}
29 $(use_enable examples)
30
31 diff --git a/sys-devel/bison/bison-3.1.ebuild b/sys-devel/bison/bison-3.1.ebuild
32 index 76808e66291..ab84ec81332 100644
33 --- a/sys-devel/bison/bison-3.1.ebuild
34 +++ b/sys-devel/bison/bison-3.1.ebuild
35 @@ -51,8 +51,6 @@ src_prepare() {
36 src_configure() {
37 use static && append-ldflags -static
38
39 - # We don't need perl unless we run tests.
40 - use test || export ac_cv_path_PERL=true
41 local myeconfargs=(
42 --docdir='$(datarootdir)'/doc/${PF}
43 $(use_enable examples)