From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A61E21382C5 for ; Sun, 18 Feb 2018 18:24:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B42B8E0AE3; Sun, 18 Feb 2018 18:24:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 940CFE0AE3 for ; Sun, 18 Feb 2018 18:24:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED642335C4F for ; Sun, 18 Feb 2018 18:24:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92FF11C5 for ; Sun, 18 Feb 2018 18:24:42 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1518978183.06f54722192f7484965fcbb77355de9a6200f6b8.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bison/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/bison/bison-3.0.4-r1.ebuild X-VCS-Directories: sys-devel/bison/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 06f54722192f7484965fcbb77355de9a6200f6b8 X-VCS-Branch: master Date: Sun, 18 Feb 2018 18:24:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 443f3c2c-46a5-44d2-8dc9-f811c507c363 X-Archives-Hash: ac30789f6128e90274edc75312ef1d48 commit: 06f54722192f7484965fcbb77355de9a6200f6b8 Author: Lars Wendler gentoo org> AuthorDate: Sun Feb 18 18:20:21 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Feb 18 18:23:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f54722 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 sys-devel/bison/bison-3.0.4-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-devel/bison/bison-3.0.4-r1.ebuild b/sys-devel/bison/bison-3.0.4-r1.ebuild index 615f9869e38..f21a9f2a9e6 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() {