summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2009-03-25 21:43:41 +0000
committerMichael Januszewski <spock@gentoo.org>2009-03-25 21:43:41 +0000
commit8ad192f54cd924294312ee391bdff2d3764f0c64 (patch)
treeb503459c9696e013502292f1b985b0639c3a655c /media-gfx/splashutils/splashutils-1.5.4.3.ebuild
parenteautoreconf after applying patches that modifies autotools, bug #263476. (diff)
downloadgentoo-2-8ad192f54cd924294312ee391bdff2d3764f0c64.tar.gz
gentoo-2-8ad192f54cd924294312ee391bdff2d3764f0c64.tar.bz2
gentoo-2-8ad192f54cd924294312ee391bdff2d3764f0c64.zip
Fix bug #261617 (icons not showing up during boot).
(Portage version: 2.1.6.10/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'media-gfx/splashutils/splashutils-1.5.4.3.ebuild')
-rw-r--r--media-gfx/splashutils/splashutils-1.5.4.3.ebuild5
1 files changed, 4 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 8fe587340914..635d3b39142e 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.7 2009/02/10 00:53:51 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild,v 1.8 2009/03/25 21:43:41 spock Exp $
EAPI="1"
@@ -89,6 +89,9 @@ src_unpack() {
cd "${SG}"
if has_version ">=sys-apps/openrc-0.4.0"; then
epatch "${FILESDIR}"/splashutils-openrc-0.4-fix.patch
+ if has_version ">=sys-apps/openrc-0.4.3"; then
+ epatch "${FILESDIR}"/splashutils-openrc-0.4.3-runlevel-fix.patch
+ fi
fi
epatch "${FILESDIR}"/splashutils-1.5.4.3-fix_rc_var.patch
cd "${S}"