Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/
Date: Mon, 30 Aug 2021 19:33:00
Message-Id: 1630351942.b0501ea8272c124bb97ccea9e2b14c09ce286de6.sam@gentoo
1 commit: b0501ea8272c124bb97ccea9e2b14c09ce286de6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 30 19:31:24 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 30 19:32:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0501ea8
7
8 kde-plasma/kwin: change blocker to < dependency
9
10 Portage gets confused by blockers and isn't
11 optimised for them in this sort of case it seems.
12
13 It won't talk about conflicts/skipped upgrades,
14 but instead just about things not being able
15 to be installed in parallel in this case apparently.
16
17 (That said, I thought I'd seen this work before,
18 but let's choose the simpler option given
19 the odd output that's been observed).
20
21 Bug: https://bugs.gentoo.org/810511
22 Reported-by: Kobboi
23 Signed-off-by: Sam James <sam <AT> gentoo.org>
24
25 kde-plasma/kwin/{kwin-5.22.4-r2.ebuild => kwin-5.22.4-r3.ebuild} | 2 +-
26 1 file changed, 1 insertion(+), 1 deletion(-)
27
28 diff --git a/kde-plasma/kwin/kwin-5.22.4-r2.ebuild b/kde-plasma/kwin/kwin-5.22.4-r3.ebuild
29 similarity index 99%
30 rename from kde-plasma/kwin/kwin-5.22.4-r2.ebuild
31 rename to kde-plasma/kwin/kwin-5.22.4-r3.ebuild
32 index 63394fb450a..90cf72f9d9e 100644
33 --- a/kde-plasma/kwin/kwin-5.22.4-r2.ebuild
34 +++ b/kde-plasma/kwin/kwin-5.22.4-r3.ebuild
35 @@ -79,7 +79,7 @@ COMMON_DEPEND="
36 "
37 # TODO: sys-apps/hwdata? not packaged yet; commit 33a1777a, Gentoo-bug 717216
38 RDEPEND="${COMMON_DEPEND}
39 - !>=media-libs/libglvnd-1.3.4
40 + <media-libs/libglvnd-1.3.4
41 >=dev-qt/qtquickcontrols-${QTMIN}:5
42 >=dev-qt/qtquickcontrols2-${QTMIN}:5
43 >=dev-qt/qtvirtualkeyboard-${QTMIN}:5