commit: 134e196415c4c2a0caa320012c5a89bddd757c11 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Wed Oct 15 14:01:59 2014 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Oct 15 14:01:59 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=134e1964
[eclass] Extend hack. --- eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 3e7e84f..8c7cdd7 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 && ${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