summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-04 22:11:34 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-04 22:11:34 +0000
commitc6261adb79ed92b9b9e46435968df5c9bac9e32b (patch)
tree99337eaf1d9aac661fce120fbf3a30a97ef6be2c /eclass/kde-meta.eclass
parentRequire new eds for evo. Bug #108101 (diff)
downloadgentoo-2-c6261adb79ed92b9b9e46435968df5c9bac9e32b.tar.gz
gentoo-2-c6261adb79ed92b9b9e46435968df5c9bac9e32b.tar.bz2
gentoo-2-c6261adb79ed92b9b9e46435968df5c9bac9e32b.zip
Remove visibility blacklist from kde-meta as now is handled directly by kde eclass.
Diffstat (limited to 'eclass/kde-meta.eclass')
-rw-r--r--eclass/kde-meta.eclass10
1 files changed, 1 insertions, 9 deletions
diff --git a/eclass/kde-meta.eclass b/eclass/kde-meta.eclass
index debe6e6793c7..edd025117230 100644
--- a/eclass/kde-meta.eclass
+++ b/eclass/kde-meta.eclass
@@ -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/eclass/kde-meta.eclass,v 1.50 2005/09/23 08:23:49 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.51 2005/10/04 22:11:34 flameeyes Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
# Simone Gotti <motaboy@gentoo.org>
@@ -351,14 +351,6 @@ function kde-meta_src_unpack() {
sed -i -e s:"bin_SCRIPTS = startkde"::g ${S}/Makefile.am.in
fi
- # Visiblity stuff is way broken! Just disable it when it's present
- # until upstream finds a way to have it working right.
- if grep KDE_ENABLE_HIDDEN_VISIBILITY configure.in &> /dev/null || ! [[ -f configure ]]; then
- find ${S} -name configure.in.in | xargs sed -i -e \
- 's:KDE_ENABLE_HIDDEN_VISIBILITY::g'
- rm -f configure
- fi
-
# for ebuilds with extended src_unpack
cd $S