summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-02-18 19:20:21 +0100
committerLars Wendler <polynomial-c@gentoo.org>2018-02-18 19:23:03 +0100
commit06f54722192f7484965fcbb77355de9a6200f6b8 (patch)
tree5ced000d2bc8b58091de87f3c790dd20b550786c /sys-devel/bison/bison-3.0.4-r1.ebuild
parentsys-apps/fd: A simple, fast and user-friendly alternative to find. (diff)
downloadgentoo-06f54722192f7484965fcbb77355de9a6200f6b8.tar.gz
gentoo-06f54722192f7484965fcbb77355de9a6200f6b8.tar.bz2
gentoo-06f54722192f7484965fcbb77355de9a6200f6b8.zip
sys-devel/bison: Avoid maintainer-mode.
Bug: https://bugs.gentoo.org/647410 Bug: https://bugs.gentoo.org/648012 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-devel/bison/bison-3.0.4-r1.ebuild')
-rw-r--r--sys-devel/bison/bison-3.0.4-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-devel/bison/bison-3.0.4-r1.ebuild b/sys-devel/bison/bison-3.0.4-r1.ebuild
index 615f9869e38c..f21a9f2a9e61 100644
--- a/sys-devel/bison/bison-3.0.4-r1.ebuild
+++ b/sys-devel/bison/bison-3.0.4-r1.ebuild
@@ -33,6 +33,8 @@ src_prepare() {
touch doc/bison.1 #548778 #538300#9
# Avoid regenerating the info page when the timezone is diff. #574492
sed -i '2iexport TZ=UTC' build-aux/mdate-sh || die
+ # ugly workaround to avoid maintainer mode (see #647410 and #648012)
+ printf '#!/bin/sh\nexit 0\n' > build-aux/missing || die
}
src_configure() {