From 64861dab307673527b987449f98f5811b75c76b2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 13 Feb 2016 00:20:31 -0500 Subject: sys-devel/bison: clarify bison.1 touching --- sys-devel/bison/bison-3.0.4-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys-devel') diff --git a/sys-devel/bison/bison-3.0.4-r1.ebuild b/sys-devel/bison/bison-3.0.4-r1.ebuild index 88ae57c1fcd6..1fcf9c9a0934 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() { -- cgit v1.2.3-65-gdbad