commit: 64861dab307673527b987449f98f5811b75c76b2
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 13 05:20:31 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> 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() {