Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bison/
Date: Sun, 18 Feb 2018 18:24:51
Message-Id: 1518978183.06f54722192f7484965fcbb77355de9a6200f6b8.polynomial-c@gentoo
1 commit: 06f54722192f7484965fcbb77355de9a6200f6b8
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 18 18:20:21 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 18 18:23:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f54722
7
8 sys-devel/bison: Avoid maintainer-mode.
9
10 Bug: https://bugs.gentoo.org/647410
11 Bug: https://bugs.gentoo.org/648012
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13
14 sys-devel/bison/bison-3.0.4-r1.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/sys-devel/bison/bison-3.0.4-r1.ebuild b/sys-devel/bison/bison-3.0.4-r1.ebuild
18 index 615f9869e38..f21a9f2a9e6 100644
19 --- a/sys-devel/bison/bison-3.0.4-r1.ebuild
20 +++ b/sys-devel/bison/bison-3.0.4-r1.ebuild
21 @@ -33,6 +33,8 @@ src_prepare() {
22 touch doc/bison.1 #548778 #538300#9
23 # Avoid regenerating the info page when the timezone is diff. #574492
24 sed -i '2iexport TZ=UTC' build-aux/mdate-sh || die
25 + # ugly workaround to avoid maintainer mode (see #647410 and #648012)
26 + printf '#!/bin/sh\nexit 0\n' > build-aux/missing || die
27 }
28
29 src_configure() {