diff options
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bison/bison-3.0.4-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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() { |