diff options
author | Michael Januszewski <spock@gentoo.org> | 2009-01-08 20:01:31 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2009-01-08 20:01:31 +0000 |
commit | 7a4a97b8130ab7961a2a2cf3b625dedd1fbb1cf6 (patch) | |
tree | b397e698a653dded1447e0ae944e7cb87836ea68 /media-gfx/splashutils/splashutils-1.5.4.3.ebuild | |
parent | Fix <herd>. (diff) | |
download | gentoo-2-7a4a97b8130ab7961a2a2cf3b625dedd1fbb1cf6.tar.gz gentoo-2-7a4a97b8130ab7961a2a2cf3b625dedd1fbb1cf6.tar.bz2 gentoo-2-7a4a97b8130ab7961a2a2cf3b625dedd1fbb1cf6.zip |
Add a fix for bug #253952 (support <sys-devel/libtool-2.2).
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-rc8 x86_64)
Diffstat (limited to 'media-gfx/splashutils/splashutils-1.5.4.3.ebuild')
-rw-r--r-- | media-gfx/splashutils/splashutils-1.5.4.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/splashutils/splashutils-1.5.4.3.ebuild b/media-gfx/splashutils/splashutils-1.5.4.3.ebuild index 0d62e8b8172d..68f8112f796b 100644 --- a/media-gfx/splashutils/splashutils-1.5.4.3.ebuild +++ b/media-gfx/splashutils/splashutils-1.5.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild,v 1.4 2009/01/02 21:59:05 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild,v 1.5 2009/01/08 20:01:31 spock Exp $ EAPI="1" @@ -92,6 +92,7 @@ src_unpack() { cd "${S}" fi + rm -f m4/* eautoreconf } |