projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c72f9fe
)
kde5.eclass: Drop obsolete KDEBASE=kdevelop source dir switch
author
Andreas Sturmlechner
<asturm@gentoo.org>
Sun, 17 Mar 2019 16:34:40 +0000
(17:34 +0100)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Mon, 1 Apr 2019 20:44:53 +0000
(22:44 +0200)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/kde5.eclass
patch
|
blob
|
history
diff --git
a/eclass/kde5.eclass
b/eclass/kde5.eclass
index 346aad5d7854ab86c27df709231bfd3dfd20bda0..9c00bd19d59556b18c3659f603d25dc4406ca385 100644
(file)
--- 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