commit: 61b9965393e5e118fc20f908af825cf060472637
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 15:59:50 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 16:00:45 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=61b99653
kde-base/smokeqt: Depend on media-libs/qimageblitz[-qt5]
This is required to avoid mixing Qt versions at runtime.
Thanks-to: Stas Cymbalov <dummyunit <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild
b/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild
index 8d852da5..7c73ff3e 100644
--- a/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild
+++ b/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -28,7 +28,7 @@ DEPEND="
dev-qt/qtsvg:4
dev-qt/qttest:4
phonon? ( media-libs/phonon[qt4] )
- qimageblitz? ( >=media-libs/qimageblitz-0.0.4 )
+ qimageblitz? ( >=media-libs/qimageblitz-0.0.4[-qt5(+)] )
qscintilla? ( x11-libs/qscintilla:= )
qwt? ( x11-libs/qwt:5[svg] )
webkit? ( dev-qt/qtwebkit:4 )