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-apps/kolourpaint/
Date: Sun, 16 Aug 2020 16:01:02
Message-Id: 1597593645.a5e74caeab02867957cefb596a84736523fbf076.asturm@gentoo
1 commit: a5e74caeab02867957cefb596a84736523fbf076
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 15:59:43 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=a5e74cae
7
8 kde-apps/kolourpaint: 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-apps/kolourpaint/kolourpaint-4.14.3.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/kde-apps/kolourpaint/kolourpaint-4.14.3.ebuild b/kde-apps/kolourpaint/kolourpaint-4.14.3.ebuild
19 index f436d34c..85fd2d45 100644
20 --- a/kde-apps/kolourpaint/kolourpaint-4.14.3.ebuild
21 +++ b/kde-apps/kolourpaint/kolourpaint-4.14.3.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 @@ -12,7 +12,7 @@ KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
29 LICENSE="BSD LGPL-2"
30 IUSE="debug"
31
32 -DEPEND="media-libs/qimageblitz"
33 +DEPEND="media-libs/qimageblitz[-qt5(+)]"
34 RDEPEND="${DEPEND}"
35
36 pkg_postinst() {