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-base/smokeqt/
Date: Sun, 16 Aug 2020 16:01:03
Message-Id: 1597593645.61b9965393e5e118fc20f908af825cf060472637.asturm@gentoo
1 commit: 61b9965393e5e118fc20f908af825cf060472637
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 15:59:50 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=61b99653
7
8 kde-base/smokeqt: 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-base/smokeqt/smokeqt-4.14.3-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild b/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild
19 index 8d852da5..7c73ff3e 100644
20 --- a/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild
21 +++ b/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 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 @@ -28,7 +28,7 @@ DEPEND="
29 dev-qt/qtsvg:4
30 dev-qt/qttest:4
31 phonon? ( media-libs/phonon[qt4] )
32 - qimageblitz? ( >=media-libs/qimageblitz-0.0.4 )
33 + qimageblitz? ( >=media-libs/qimageblitz-0.0.4[-qt5(+)] )
34 qscintilla? ( x11-libs/qscintilla:= )
35 qwt? ( x11-libs/qwt:5[svg] )
36 webkit? ( dev-qt/qtwebkit:4 )