Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 12 Aug 2017 14:04:20
Message-Id: 1502546632.1cf9310e04e8c65e337d1452446e78ab5ed42404.asturm@gentoo
1 commit: 1cf9310e04e8c65e337d1452446e78ab5ed42404
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 12 14:03:52 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 12 14:03:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf9310e
7
8 Revert "kde5-meta-pkg.eclass: Block slot 4 unconditionally"
9
10 This reverts commit 92c7fa972f87370dea450132ac6629dc7d514871.
11
12 eclass/kde5-meta-pkg.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/kde5-meta-pkg.eclass b/eclass/kde5-meta-pkg.eclass
16 index a79caf145f9..c8415d392a3 100644
17 --- a/eclass/kde5-meta-pkg.eclass
18 +++ b/eclass/kde5-meta-pkg.eclass
19 @@ -17,7 +17,7 @@ HOMEPAGE="https://www.kde.org/"
20 LICENSE="metapackage"
21 SLOT="5"
22
23 -if [[ ${CATEGORY} = kde-apps ]]; then
24 +if [[ ${KDE_BLOCK_SLOT4} = true && ${CATEGORY} = kde-apps ]]; then
25 RDEPEND+=" !kde-apps/${PN}:4"
26 fi