commit: edfb5d611d9ef2da94fa80002f0015adbb4c4b1c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 15 13:58:56 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Oct 15 13:58:56 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=edfb5d61
[eclass] Add hack for Plasma 5.1.0.1 unusual release.
---
eclass/kde5.eclass | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index a4cfd24..3e7e84f 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -169,6 +169,10 @@ if [[ -n ${KMNAME} && ${KMNAME} != ${PN} &&
${KDE_BUILD_TYPE} = release ]]; then
S=${WORKDIR}/${KMNAME}-${PV}
fi
+if [[ ${CATEGORY} = kde-base && ${PV} = 5.1.0.1 ]]; then
+ S=${WORKDIR}/${PN}-5.1.0
+fi
+
# Determine fetch location for released tarballs
_calculate_src_uri() {
debug-print-function ${FUNCNAME} "$@"