diff options
-rw-r--r-- | sys-devel/bison/bison-3.0.4-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-devel/bison/bison-3.0.4-r1.ebuild b/sys-devel/bison/bison-3.0.4-r1.ebuild index 1fcf9c9a0934..8a24b52a57e7 100644 --- a/sys-devel/bison/bison-3.0.4-r1.ebuild +++ b/sys-devel/bison/bison-3.0.4-r1.ebuild @@ -29,6 +29,8 @@ src_prepare() { # 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 + # Avoid regenerating the info page when the timezone is diff. + touch doc/bison.info #574492 } src_configure() { |