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: x11-themes/dekorator/
Date: Sun, 16 Aug 2020 16:01:04
Message-Id: 1597593645.b8794f02edff53fff6d34c32743fc1c6f335bd31.asturm@gentoo
1 commit: b8794f02edff53fff6d34c32743fc1c6f335bd31
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 15:59:59 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=b8794f02
7
8 x11-themes/dekorator: 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 x11-themes/dekorator/dekorator-0.5.1-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/x11-themes/dekorator/dekorator-0.5.1-r1.ebuild b/x11-themes/dekorator/dekorator-0.5.1-r1.ebuild
19 index 5c74e28b..78759362 100644
20 --- a/x11-themes/dekorator/dekorator-0.5.1-r1.ebuild
21 +++ b/x11-themes/dekorator/dekorator-0.5.1-r1.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 @@ -16,7 +16,7 @@ IUSE="debug"
29
30 DEPEND="
31 kde-plasma/kwin:4
32 - media-libs/qimageblitz
33 + media-libs/qimageblitz[-qt5(+)]
34 "
35 RDEPEND="${DEPEND}"