diff options
author | Sam James <sam@gentoo.org> | 2021-08-30 20:31:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-30 20:32:22 +0100 |
commit | b0501ea8272c124bb97ccea9e2b14c09ce286de6 (patch) | |
tree | 90db3015966b64add92f911f2c6c5296cf3da9fb /kde-plasma | |
parent | dev-python/twisted: Stabilize 21.7.0 sparc, #811036 (diff) | |
download | gentoo-b0501ea8272c124bb97ccea9e2b14c09ce286de6.tar.gz gentoo-b0501ea8272c124bb97ccea9e2b14c09ce286de6.tar.bz2 gentoo-b0501ea8272c124bb97ccea9e2b14c09ce286de6.zip |
kde-plasma/kwin: change blocker to < dependency
Portage gets confused by blockers and isn't
optimised for them in this sort of case it seems.
It won't talk about conflicts/skipped upgrades,
but instead just about things not being able
to be installed in parallel in this case apparently.
(That said, I thought I'd seen this work before,
but let's choose the simpler option given
the odd output that's been observed).
Bug: https://bugs.gentoo.org/810511
Reported-by: Kobboi
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/kwin/kwin-5.22.4-r3.ebuild (renamed from kde-plasma/kwin/kwin-5.22.4-r2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-plasma/kwin/kwin-5.22.4-r2.ebuild b/kde-plasma/kwin/kwin-5.22.4-r3.ebuild index 63394fb450a0..90cf72f9d9ec 100644 --- a/kde-plasma/kwin/kwin-5.22.4-r2.ebuild +++ b/kde-plasma/kwin/kwin-5.22.4-r3.ebuild @@ -79,7 +79,7 @@ COMMON_DEPEND=" " # TODO: sys-apps/hwdata? not packaged yet; commit 33a1777a, Gentoo-bug 717216 RDEPEND="${COMMON_DEPEND} - !>=media-libs/libglvnd-1.3.4 + <media-libs/libglvnd-1.3.4 >=dev-qt/qtquickcontrols-${QTMIN}:5 >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=dev-qt/qtvirtualkeyboard-${QTMIN}:5 |