summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-09-08 14:51:54 +0000
committerMichael Januszewski <spock@gentoo.org>2004-09-08 14:51:54 +0000
commit437853ac71d5f1c2e063470262b8f41976d6e5b0 (patch)
tree39544865e8ed1820b39c77bdd6936c6aa4dd7293 /media-gfx
parentMoved from net-www/w3m{,-m17n,mee} to www-client/w3m{,-m17n,mee}. (diff)
downloadgentoo-2-437853ac71d5f1c2e063470262b8f41976d6e5b0.tar.gz
gentoo-2-437853ac71d5f1c2e063470262b8f41976d6e5b0.tar.bz2
gentoo-2-437853ac71d5f1c2e063470262b8f41976d6e5b0.zip
Fix klibc version in the ebuild. Closes bug #63170.
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/splashutils/splashutils-0.9_pre09.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/splashutils/splashutils-0.9_pre09.ebuild b/media-gfx/splashutils/splashutils-0.9_pre09.ebuild
index 5dc5e0adaf92..ff2828e4789d 100644
--- a/media-gfx/splashutils/splashutils-0.9_pre09.ebuild
+++ b/media-gfx/splashutils/splashutils-0.9_pre09.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-0.9_pre09.ebuild,v 1.1 2004/09/07 15:49:39 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-0.9_pre09.ebuild,v 1.2 2004/09/08 14:51:54 spock Exp $
MISCSPLASH="miscsplashutils-0.1.2"
GENTOOSPLASH="splashutils-gentoo-0.1.1"
@@ -50,7 +50,7 @@ src_unpack() {
else
t2=$(readlink ${KBUILD_OUTPUT_PREFIX}/${t/linux-}/include/asm)
ln -s /usr/src/linux/include/${t2} ${T}/asm
- sed -e "s@#CHANGEME#@${T}/@" -i ${S}/libs/klibc-0.159/klibc/makeerrlist.pl
+ sed -e "s@#CHANGEME#@${T}/@" -i ${S}/libs/klibc-0.172/klibc/makeerrlist.pl
fi
fi
}