summaryrefslogtreecommitdiff
path: root/eclass/kde-frameworks.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/kde-frameworks.eclass')
-rw-r--r--eclass/kde-frameworks.eclass5
1 files changed, 0 insertions, 5 deletions
diff --git a/eclass/kde-frameworks.eclass b/eclass/kde-frameworks.eclass
index a063ee72e71..c167c4555c7 100644
--- a/eclass/kde-frameworks.eclass
+++ b/eclass/kde-frameworks.eclass
@@ -242,11 +242,6 @@ kde-frameworks_src_configure() {
#kde-config -path data unavailable when cross-compiling
tc-is-cross-compiler && cmakeargs+=(-DKDE4_DATA_DIR=${ROOT}/usr/share/apps/)
- # sysconf needs to be /etc, not /usr/etc
- # todo: move this to frameworks that require it
- # currently tier2/kauth, but possibly more later
- cmakeargs+=(-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc)
-
if ! use_if_iuse test ; then
cmakeargs+=( -DBUILD_TESTING=OFF )
fi