diff options
Diffstat (limited to 'eclass/kde5.eclass')
| -rw-r--r-- | eclass/kde5.eclass | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 1c705c03f95..612d6345a60 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -51,8 +51,7 @@ EXPORT_FUNCTIONS pkg_setup pkg_nofetch src_unpack src_prepare src_configure src_ # @DESCRIPTION: # If set to "false", do nothing. # For any other value, assume the package is using KDEInstallDirs macro and switch -# KDE_INSTALL_USE_QT_SYS_PATHS to ON. For EAPI-7 and above, fix KDE_INSTALL_LIBEXECDIR -# to use the correct location. +# KDE_INSTALL_USE_QT_SYS_PATHS to ON. : ${ECM_KDEINSTALLDIRS:=true} # @ECLASS-VARIABLE: KDE_AUTODEPS @@ -637,12 +636,6 @@ kde5_src_configure() { # install mkspecs in the same directory as qt stuff -DKDE_INSTALL_USE_QT_SYS_PATHS=ON ) - if [[ ${EAPI} != 6 ]] ; then - cmakeargs+=( - # install to correct libexec location - -DKDE_INSTALL_LIBEXECDIR=${EPREFIX}/usr/libexec - ) - fi fi # allow the ebuild to override what we set here |
