summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-12-24 12:55:55 +0000
committerMike Frysinger <vapier@gentoo.org>2007-12-24 12:55:55 +0000
commit3cb9a89ea2b60d1ffb13849b83356943b41bef75 (patch)
tree9aab982622513bb53707025008f15086e8056d3c /sys-devel/automake/automake-1.8.5-r3.ebuild
parentAdd patch from upstream for fuse syntax which has inline # characters #195405... (diff)
downloadgentoo-2-3cb9a89ea2b60d1ffb13849b83356943b41bef75.tar.gz
gentoo-2-3cb9a89ea2b60d1ffb13849b83356943b41bef75.tar.bz2
gentoo-2-3cb9a89ea2b60d1ffb13849b83356943b41bef75.zip
Add fix from upstream for random aclocal7 test failure #197366 by Joe Millenbach.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'sys-devel/automake/automake-1.8.5-r3.ebuild')
-rw-r--r--sys-devel/automake/automake-1.8.5-r3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.8.5-r3.ebuild b/sys-devel/automake/automake-1.8.5-r3.ebuild
index 39bb78d23ec8..c3d135814658 100644
--- a/sys-devel/automake/automake-1.8.5-r3.ebuild
+++ b/sys-devel/automake/automake-1.8.5-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild,v 1.15 2007/09/08 06:46:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild,v 1.16 2007/12/24 12:55:54 vapier Exp $
inherit eutils
@@ -28,6 +28,7 @@ src_unpack() {
doc/automake.texi || die "sed failed"
epatch "${FILESDIR}"/${PN}-1.8.2-infopage-namechange.patch
epatch "${FILESDIR}"/${P}-test-fixes.patch #159557
+ epatch "${FILESDIR}"/${PN}-1.9.6-aclocal7-test-sleep.patch #197366
export WANT_AUTOCONF=2.5
}