diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-30 13:32:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-30 13:32:26 +0000 |
commit | e404f907c28bb3c068a85ac97882b8f16882e983 (patch) | |
tree | 84962cf321618c2cc97b00fbc197353e14fccee1 /sys-devel/automake/automake-1.5.ebuild | |
parent | Version bump, bug #79553. (diff) | |
download | historical-e404f907c28bb3c068a85ac97882b8f16882e983.tar.gz historical-e404f907c28bb3c068a85ac97882b8f16882e983.tar.bz2 historical-e404f907c28bb3c068a85ac97882b8f16882e983.zip |
changed my mind about patch naming
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-devel/automake/automake-1.5.ebuild')
-rw-r--r-- | sys-devel/automake/automake-1.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.5.ebuild b/sys-devel/automake/automake-1.5.ebuild index fc1a0e11f2e5..4c34cb75d7bd 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.13 2005/01/30 11:34:01 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5.ebuild,v 1.14 2005/01/30 13:32:26 vapier Exp $ inherit eutils gnuconfig @@ -23,6 +23,7 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/${P}-target_hook.patch epatch ${FILESDIR}/${P}-slot.patch + sed -i 's:error\.test::' tests/Makefile.in #79529 sed -i \ -e "/^@setfilename/s|automake|automake${SLOT}|" \ -e "s|automake: (automake)|automake v${SLOT}: (automake${SLOT})|" \ |