summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-09 17:50:17 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-09 17:50:17 +0000
commit5c79c7429478d2f8918dac283fe35eb6490abbc3 (patch)
treec0daa5eb30e1b2163f21618ae1f11c4bed6fade6 /eclass
parentRemove kde-fastinstall patch for the good sake. (diff)
downloadhistorical-5c79c7429478d2f8918dac283fe35eb6490abbc3.tar.gz
historical-5c79c7429478d2f8918dac283fe35eb6490abbc3.tar.bz2
historical-5c79c7429478d2f8918dac283fe35eb6490abbc3.zip
Remove references to kde-fastinstall patch.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/libtool.eclass9
1 files changed, 2 insertions, 7 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass
index 8778cbd4d76c..c82627d59774 100644
--- a/eclass/libtool.eclass
+++ b/eclass/libtool.eclass
@@ -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/eclass/libtool.eclass,v 1.71 2006/04/29 12:18:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.72 2006/05/09 17:50:17 flameeyes Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -127,7 +127,7 @@ elibtoolize() {
local do_uclibc="yes"
local deptoremove=
local my_dirlist=
- local elt_patches="portage relink max_cmd_len sed test tmp" # kde-fastinstall
+ local elt_patches="portage relink max_cmd_len sed test tmp"
local start_dir=${PWD}
my_dirlist=$(ELT_find_ltmain_sh)
@@ -335,11 +335,6 @@ elibtoolize() {
useq ppc-macos && \
ewarn " Darwin patch set '${y}' failed to apply!"
;;
- "kde-fastinstall")
- if [[ -n $(grep 'test "$mode" != relink && test "$fast_install" = no' ${x}/ltmain.sh) ]]; then
- ewarn "Patch ${y} failed to apply. If you experience build failures, please report this."
- fi
- ;;
esac
fi
done