diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-09 17:50:17 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-09 17:50:17 +0000 |
commit | a58dcbb34d3dc93f0a8c713de2e902d024ad87a8 (patch) | |
tree | d5c12c60e49f9d12b3ccd3ba4d88e480ad3c157f /eclass | |
parent | Remove kde-fastinstall patch for the good sake. (diff) | |
download | gentoo-2-a58dcbb34d3dc93f0a8c713de2e902d024ad87a8.tar.gz gentoo-2-a58dcbb34d3dc93f0a8c713de2e902d024ad87a8.tar.bz2 gentoo-2-a58dcbb34d3dc93f0a8c713de2e902d024ad87a8.zip |
Remove references to kde-fastinstall patch.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/libtool.eclass | 9 |
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 |