projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5221c48
)
sys-devel/bison: rework info page regen #574492
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 23 Feb 2016 20:25:41 +0000
(
05:25
+0900)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 23 Feb 2016 20:26:17 +0000
(
05:26
+0900)
sys-devel/bison/bison-3.0.4-r1.ebuild
patch
|
blob
|
history
diff --git
a/sys-devel/bison/bison-3.0.4-r1.ebuild
b/sys-devel/bison/bison-3.0.4-r1.ebuild
index bd0664a91a75383ae539e67237aba2e2e5b48efd..64f982b35279cec9a395d1d0d845a4bf9437cb8e 100644
(file)
--- 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() {