commit: 4bb7e373e830f2995bc298ce014076bbd5dc9d16 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Wed Oct 15 14:29:37 2014 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Oct 15 14:29:37 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4bb7e373
[eclass] Further 5.1.0.1 madness. --- eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 7233013..9b1b62b 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 && ${PN} != oxygen && ${PV} = 5.1.0.1 ]]; then S=${WORKDIR}/${PN}-5.1.0 fi