summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-02-24 05:25:41 +0900
committerMike Frysinger <vapier@gentoo.org>2016-02-24 05:26:17 +0900
commitc5bbb996b885071bfd57d852c53ef5e676dfc8c3 (patch)
tree162df7ba151afcc64e8446c2a160e298dad8c72b /sys-devel/bison/bison-3.0.4-r1.ebuild
parentdev-python/astropy: Version bump (diff)
downloadgentoo-c5bbb996b885071bfd57d852c53ef5e676dfc8c3.tar.gz
gentoo-c5bbb996b885071bfd57d852c53ef5e676dfc8c3.tar.bz2
gentoo-c5bbb996b885071bfd57d852c53ef5e676dfc8c3.zip
sys-devel/bison: rework info page regen #574492
Diffstat (limited to 'sys-devel/bison/bison-3.0.4-r1.ebuild')
-rw-r--r--sys-devel/bison/bison-3.0.4-r1.ebuild4
1 files 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 bd0664a91a75..64f982b35279 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() {