diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-02-13 00:20:31 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-02-13 01:42:45 -0500 |
commit | 64861dab307673527b987449f98f5811b75c76b2 (patch) | |
tree | ced05ec4a15b5fe905c456ba0af142755a65f3bd /sys-devel | |
parent | Merge remote-tracking branch 'remotes/tomboy-64/qcheck' (diff) | |
download | gentoo-64861dab307673527b987449f98f5811b75c76b2.tar.gz gentoo-64861dab307673527b987449f98f5811b75c76b2.tar.bz2 gentoo-64861dab307673527b987449f98f5811b75c76b2.zip |
sys-devel/bison: clarify bison.1 touching
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() { |