diff options
-rw-r--r-- | eclass/kde5.eclass | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index ebdd790de334..2e1a55307ddb 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -240,11 +240,6 @@ if [[ -n ${KMNAME} && ${KMNAME} != ${PN} && ${KDE_BUILD_TYPE} = release ]]; then S=${WORKDIR}/${KMNAME}-${PV} fi -# FIXME: Drop this when kdepim-16.08.x is no more -if [[ -n ${KMNAME} && ${KMNAME} != ${PN} && ${KMNAME} = kdepim ]]; then - S="${S}/${PN}" -fi - if [[ -n ${KDEBASE} && ${KDEBASE} = kdevelop && ${KDE_BUILD_TYPE} = release ]]; then if [[ -n ${KMNAME} ]]; then S=${WORKDIR}/${KMNAME}-${PV%.0} # kdevelop missing trailing .0 in first release |