diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-04-04 05:37:22 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-04-04 05:37:22 +0000 |
commit | 6ad95eb9f2130a5d911da3d0d6bc29d85c0b72f3 (patch) | |
tree | b46ae961844cd1488f670dd96a2f53f7c66a2fd5 /sys-apps/texinfo/texinfo-4.13-r2.ebuild | |
parent | Version bump (bug #462736). (diff) | |
download | gentoo-2-6ad95eb9f2130a5d911da3d0d6bc29d85c0b72f3.tar.gz gentoo-2-6ad95eb9f2130a5d911da3d0d6bc29d85c0b72f3.tar.bz2 gentoo-2-6ad95eb9f2130a5d911da3d0d6bc29d85c0b72f3.zip |
Fix timestamp interaction between patch from bug #457556 and touch all for bug #354589.
(Portage version: 2.2.0_alpha171/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
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() { |