commit: 419be627ccd36f3e4c1f29c187148b080cb6800a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 15 15:00:17 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Oct 15 15:00:17 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=419be627
[eclass] Fix more upstream inconsistency.
---
eclass/kde5.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 9b1b62b..6d8fc29 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -169,7 +169,7 @@ if [[ -n ${KMNAME} && ${KMNAME} != ${PN} &&
${KDE_BUILD_TYPE} = release ]]; then
S=${WORKDIR}/${KMNAME}-${PV}
fi
-if [[ ${CATEGORY} = kde-base && ${PN} != breeze && ${PN} != oxygen && ${PV} =
5.1.0.1 ]]; then
+if [[ ${CATEGORY} = kde-base && ${PN} != breeze && ${PN} != oxygen && ${PN} !=
plasma-nm && ${PV} = 5.1.0.1 ]]; then
S=${WORKDIR}/${PN}-5.1.0
fi