commit: d6a58bc954753fc0805c216c3a33c8680fc65dff
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 15 14:02:49 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Oct 15 14:02:49 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d6a58bc9
[eclass] Fix extended hack.
---
eclass/kde5.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 8c7cdd7..7233013 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 && ${PV} = 5.1.0.1 ]]; then
+if [[ ${CATEGORY} = kde-base && ${PN} != breeze && ${PV} = 5.1.0.1 ]]; then
S=${WORKDIR}/${PN}-5.1.0
fi