projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f535fcc
)
kde5-meta-pkg.eclass: Block slot 4 unconditionally
author
Andreas Sturmlechner
<asturm@gentoo.org>
Sat, 22 Jul 2017 14:10:30 +0000
(16:10 +0200)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Sat, 12 Aug 2017 13:01:23 +0000
(15:01 +0200)
This eclass has always been unaware of KDE_BLOCK_SLOT4.
eclass/kde5-meta-pkg.eclass
patch
|
blob
|
history
diff --git
a/eclass/kde5-meta-pkg.eclass
b/eclass/kde5-meta-pkg.eclass
index c8415d392a3a50c734b6642961cd1499155f0618..a79caf145f9c230e3df14f5d53db9bfae726d42b 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 [[ ${
KDE_BLOCK_SLOT4} = true && ${
CATEGORY} = kde-apps ]]; then
+if [[ ${CATEGORY} = kde-apps ]]; then
RDEPEND+=" !kde-apps/${PN}:4"
fi