Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-plasma/kdm/
Date: Sun, 16 Aug 2020 16:01:05
Message-Id: 1597593645.4e8afb1906090e218029ffdb4d1acbc1dcbf9b63.asturm@gentoo
1 commit: 4e8afb1906090e218029ffdb4d1acbc1dcbf9b63
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 15:59:51 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 16 16:00:45 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=4e8afb19
7
8 kde-plasma/kdm: Depend on media-libs/qimageblitz[-qt5]
9
10 This is required to avoid mixing Qt versions at runtime.
11
12 Thanks-to: Stas Cymbalov <dummyunit <AT> gmail.com>
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-plasma/kdm/kdm-4.11.22.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/kde-plasma/kdm/kdm-4.11.22.ebuild b/kde-plasma/kdm/kdm-4.11.22.ebuild
19 index 9767f5c4..351b9df8 100644
20 --- a/kde-plasma/kdm/kdm-4.11.22.ebuild
21 +++ b/kde-plasma/kdm/kdm-4.11.22.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -15,7 +15,7 @@ REQUIRED_USE="consolekit? ( !systemd ) systemd? ( !consolekit )"
29
30 DEPEND="
31 kde-plasma/libkworkspace:4
32 - media-libs/qimageblitz
33 + media-libs/qimageblitz[-qt5(+)]
34 x11-libs/libX11
35 x11-libs/libXau
36 x11-libs/libXdmcp