diff options
Diffstat (limited to 'sys-apps/texinfo/texinfo-4.13-r2.ebuild')
-rw-r--r-- | sys-apps/texinfo/texinfo-4.13-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/texinfo/texinfo-4.13-r2.ebuild b/sys-apps/texinfo/texinfo-4.13-r2.ebuild index a99246105d38..00815fd7226f 100644 --- a/sys-apps/texinfo/texinfo-4.13-r2.ebuild +++ b/sys-apps/texinfo/texinfo-4.13-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.9 2013/04/02 13:18:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.10 2013/04/04 05:37:22 zmedico Exp $ EAPI="2" @@ -26,12 +26,13 @@ src_prepare() { epatch "${FILESDIR}"/${P}-xz.patch #269742 touch doc/install-info.1 #354589 epatch "${FILESDIR}"/${P}-texi2dvi-regexp-range.patch #311885 - touch doc/{texi2dvi,texi2pdf,pdftexi2dvi}.1 #354589 epatch "${FILESDIR}"/${P}-accentenc-test.patch # waiting to be sent upstream for my copyright assignment form to be # ready - Flameeyes epatch "${FILESDIR}"/${P}-docbook.patch epatch "${FILESDIR}"/${P}-tinfo.patch #457556 + # timestamps must be newer than configure.ac touched by ${P}-tinfo.patch + touch doc/{texi2dvi,texi2pdf,pdftexi2dvi}.1 #354589 } src_configure() { |