summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-09-14 16:25:10 +0000
committerRoy Marples <uberlord@gentoo.org>2007-09-14 16:25:10 +0000
commit2209cb7a3fea1ce2d11d4793ed339d21912c54a4 (patch)
treec31ae8084ab33101b1bb7b6f9dae1b0d17a0f5e3 /eclass/libtool.eclass
parentVersion bump, as requested by Arfrever Frehtes Taifersar Arahesis <Arfrever.F... (diff)
downloadgentoo-2-2209cb7a3fea1ce2d11d4793ed339d21912c54a4.tar.gz
gentoo-2-2209cb7a3fea1ce2d11d4793ed339d21912c54a4.tar.bz2
gentoo-2-2209cb7a3fea1ce2d11d4793ed339d21912c54a4.zip
Drop the ltmain patch as that breaks KDE on linux apparently. Sucks for BSD eh?, #192495
Diffstat (limited to 'eclass/libtool.eclass')
-rw-r--r--eclass/libtool.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass
index 8ff467e7d5db..d695eb5bba79 100644
--- a/eclass/libtool.eclass
+++ b/eclass/libtool.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.78 2007/09/14 11:38:01 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.79 2007/09/14 16:25:10 uberlord Exp $
#
# Maintainer: base-system@gentoo.org
#
@@ -122,7 +122,7 @@ elibtoolize() {
local do_uclibc="yes"
local deptoremove=
local my_dirlist=
- local elt_patches="install-sh ltmain portage relink max_cmd_len sed test tmp"
+ local elt_patches="install-sh portage relink max_cmd_len sed test tmp"
local start_dir=${PWD}
my_dirlist=$(ELT_find_ltmain_sh)