commit: c5bbb996b885071bfd57d852c53ef5e676dfc8c3
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 23 20:25:41 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 20:26:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5bbb996
sys-devel/bison: rework info page regen #574492
sys-devel/bison/bison-3.0.4-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-devel/bison/bison-3.0.4-r1.ebuild
b/sys-devel/bison/bison-3.0.4-r1.ebuild
index bd0664a..64f982b 100644
--- a/sys-devel/bison/bison-3.0.4-r1.ebuild
+++ b/sys-devel/bison/bison-3.0.4-r1.ebuild
@@ -29,8 +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
+ # Avoid regenerating the info page when the timezone is diff. #574492
+ sed -i '2iexport TZ=UTC' build-aux/mdate-sh || die
}
src_configure() {