From cfb7df2f18c205c2d6c2e125dda18d83567889fc Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Fri, 28 Apr 2006 16:23:54 +0000 Subject: Don't apply kde-fast-install for now. --- eclass/libtool.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index 6f8e5a2cef31..0593514f2103 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.69 2006/04/23 16:27:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.70 2006/04/28 16:23:54 flameeyes Exp $ # # Author: Martin Schlemmer # @@ -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"# kde-fastinstall local start_dir=${PWD} my_dirlist=$(ELT_find_ltmain_sh) -- cgit v1.2.3-65-gdbad