projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f49f6a0
)
kde5-meta-pkg.eclass: Respect KDE_BLOCK_SLOT4
author
Johannes Huber
<johu@gentoo.org>
Thu, 4 Aug 2016 19:55:17 +0000
(21:55 +0200)
committer
Johannes Huber
<johu@gentoo.org>
Thu, 4 Aug 2016 19:56:00 +0000
(21:56 +0200)
eclass/kde5-meta-pkg.eclass
patch
|
blob
|
history
diff --git
a/eclass/kde5-meta-pkg.eclass
b/eclass/kde5-meta-pkg.eclass
index e1abba588d3ada625e696da04675e8d13383fced..3c838ad63f37b02e09fd65dd09cfc3f2db206045 100644
(file)
--- a/
eclass/kde5-meta-pkg.eclass
+++ b/
eclass/kde5-meta-pkg.eclass
@@
-18,6
+18,8
@@
HOMEPAGE="https://www.kde.org/"
LICENSE="metapackage"
SLOT="5"
-RDEPEND+=" !kde-apps/${PN}:4"
+if [[ ${KDE_BLOCK_SLOT4} = true && ${CATEGORY} = kde-apps ]]; then
+ RDEPEND+=" !kde-apps/${PN}:4"
+fi
fi