diff options
author | 2010-08-28 20:52:22 +0000 | |
---|---|---|
committer | 2010-08-28 20:52:22 +0000 | |
commit | 2e90db31354743fd985b66b8e49ebe596055adda (patch) | |
tree | aee40b552704ed0e31a5e4ef905b4df2bc6ed8da /media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild | |
parent | Remove old ebuild. (diff) | |
download | historical-2e90db31354743fd985b66b8e49ebe596055adda.tar.gz historical-2e90db31354743fd985b66b8e49ebe596055adda.tar.bz2 historical-2e90db31354743fd985b66b8e49ebe596055adda.zip |
Add a patch for initrd.splash (by Amadeusz Żołnowski, bug #330107).
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild')
-rw-r--r-- | media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild b/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild index 94c62d907168..a5004d4caad3 100644 --- a/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild +++ b/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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-r3.ebuild,v 1.5 2010/08/28 20:37:37 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild,v 1.6 2010/08/28 20:52:22 spock Exp $ EAPI="2" @@ -102,6 +102,7 @@ src_prepare() { epatch "${FILESDIR}"/splashutils-1.5.4.3-openrc-umount-fix.patch epatch "${FILESDIR}"/splashutils-1.5.4.3-nondefault-runlevel.patch epatch "${FILESDIR}"/splashutils-1.5.4.3-openrc-effects.patch + epatch "${FILESDIR}"/initrd.splash-cmp-str-instead-of-int.patch cd "${S}" rm -f m4/* |