projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
687a093
)
Revert "kde5-meta-pkg.eclass: Block slot 4 unconditionally"
author
Andreas Sturmlechner
<asturm@gentoo.org>
Sat, 12 Aug 2017 14:03:52 +0000
(16:03 +0200)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Sat, 12 Aug 2017 14:03:52 +0000
(16:03 +0200)
This reverts commit
92c7fa972f87370dea450132ac6629dc7d514871
.
eclass/kde5-meta-pkg.eclass
patch
|
blob
|
history
diff --git
a/eclass/kde5-meta-pkg.eclass
b/eclass/kde5-meta-pkg.eclass
index a79caf145f9c230e3df14f5d53db9bfae726d42b..c8415d392a3a50c734b6642961cd1499155f0618 100644
(file)
--- a/
eclass/kde5-meta-pkg.eclass
+++ b/
eclass/kde5-meta-pkg.eclass
@@
-17,7
+17,7
@@
HOMEPAGE="https://www.kde.org/"
LICENSE="metapackage"
SLOT="5"
-if [[ ${CATEGORY} = kde-apps ]]; then
+if [[ ${
KDE_BLOCK_SLOT4} = true && ${
CATEGORY} = kde-apps ]]; then
RDEPEND+=" !kde-apps/${PN}:4"
fi