From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0E83D59CA2 for ; Sat, 13 Feb 2016 06:44:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1B13E07D4; Sat, 13 Feb 2016 06:44:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47B61E07D4 for ; Sat, 13 Feb 2016 06:44:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25D4D340B9F for ; Sat, 13 Feb 2016 06:44:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79A158E4 for ; Sat, 13 Feb 2016 06:44:03 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1455345765.64861dab307673527b987449f98f5811b75c76b2.vapier@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: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 64861dab307673527b987449f98f5811b75c76b2 X-VCS-Branch: master Date: Sat, 13 Feb 2016 06:44:03 +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: 8af1ee87-254f-4272-b945-172aabdce2c3 X-Archives-Hash: 68a1ef8a4b6cc820b95492f94bbf7d71 commit: 64861dab307673527b987449f98f5811b75c76b2 Author: Mike Frysinger gentoo org> AuthorDate: Sat Feb 13 05:20:31 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Feb 13 06:42:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64861dab sys-devel/bison: clarify bison.1 touching sys-devel/bison/bison-3.0.4-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-devel/bison/bison-3.0.4-r1.ebuild b/sys-devel/bison/bison-3.0.4-r1.ebuild index 88ae57c..1fcf9c9 100644 --- a/sys-devel/bison/bison-3.0.4-r1.ebuild +++ b/sys-devel/bison/bison-3.0.4-r1.ebuild @@ -26,7 +26,9 @@ DOCS=( AUTHORS ChangeLog-2012 NEWS README THANKS TODO ) # ChangeLog-1998 PACKAGI src_prepare() { epatch "${FILESDIR}"/${P}-optional-perl.patch #538300 - touch doc/bison.1 #548778 + # The makefiles make the man page depend on the configure script + # which we patched above. Touch it to prevent regeneration. + touch doc/bison.1 #548778 #538300#9 } src_configure() {