diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-17 17:34:40 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-01 22:44:53 +0200 |
commit | 62858f9e87b16629cad1b048482d03cf643a4805 (patch) | |
tree | fc93447beab617ce698cbdd421bf821c0c4cb7cb /eclass | |
parent | kde5.eclass: Drop KDEBASE=kdevelop from SRC_URI assembly (diff) | |
download | gentoo-62858f9e87b16629cad1b048482d03cf643a4805.tar.gz gentoo-62858f9e87b16629cad1b048482d03cf643a4805.tar.bz2 gentoo-62858f9e87b16629cad1b048482d03cf643a4805.zip |
kde5.eclass: Drop obsolete KDEBASE=kdevelop source dir switch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde5.eclass | 8 |
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 |