summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-17 17:34:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-01 22:44:53 +0200
commit62858f9e87b16629cad1b048482d03cf643a4805 (patch)
treefc93447beab617ce698cbdd421bf821c0c4cb7cb
parentkde5.eclass: Drop KDEBASE=kdevelop from SRC_URI assembly (diff)
downloadgentoo-62858f9e.tar.gz
gentoo-62858f9e.tar.bz2
gentoo-62858f9e.zip
kde5.eclass: Drop obsolete KDEBASE=kdevelop source dir switch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--eclass/kde5.eclass8
1 files changed, 0 insertions, 8 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 346aad5d7854..9c00bd19d595 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -270,14 +270,6 @@ if [[ -n ${KMNAME} && ${KMNAME} != ${PN} && ${KDE_BUILD_TYPE} = release ]]; then
S=${WORKDIR}/${KMNAME}-${PV}
fi
-if [[ -n ${KDEBASE} && ${KDEBASE} = kdevelop && ${KDE_BUILD_TYPE} = release ]]; then
- if [[ -n ${KMNAME} ]]; then
- S=${WORKDIR}/${KMNAME}-${PV}
- else
- S=${WORKDIR}/${P}
- fi
-fi
-
_kde_is_unreleased() {
local pair
for pair in "${KDE_UNRELEASED[@]}" ; do