summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-30 14:27:30 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-30 14:27:30 +0000
commit21508777791bfb2113df68f368caec4cc8f00992 (patch)
tree38d4233c805d2fcaf4dd87bfc10e68d3d4750424 /sys-devel/automake/automake-1.5.ebuild
parentadded ~amd64 to KEYWORDS. fixes #79783 (diff)
downloadgentoo-2-21508777791bfb2113df68f368caec4cc8f00992.tar.gz
gentoo-2-21508777791bfb2113df68f368caec4cc8f00992.tar.bz2
gentoo-2-21508777791bfb2113df68f368caec4cc8f00992.zip
fix aclocalii and insthook test failures too #79505
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-devel/automake/automake-1.5.ebuild')
-rw-r--r--sys-devel/automake/automake-1.5.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-devel/automake/automake-1.5.ebuild b/sys-devel/automake/automake-1.5.ebuild
index 14578289b285..412c66723b31 100644
--- a/sys-devel/automake/automake-1.5.ebuild
+++ b/sys-devel/automake/automake-1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5.ebuild,v 1.16 2005/01/30 13:54:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5.ebuild,v 1.17 2005/01/30 14:27:30 vapier Exp $
inherit eutils gnuconfig
@@ -23,8 +23,7 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/${P}-target_hook.patch
epatch ${FILESDIR}/${P}-slot.patch
- epatch ${FILESDIR}/${P}-ccnoco-test.patch
- epatch ${FILESDIR}/${P}-dirnames-test.patch
+ epatch ${FILESDIR}/${P}-test-fixes.patch #79505
sed -i \
-e "/^@setfilename/s|automake|automake${SLOT}|" \
-e "s|automake: (automake)|automake v${SLOT}: (automake${SLOT})|" \