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: dev-util/kscope/
Date: Mon, 30 Nov 2020 02:19:32
Message-Id: 1606702758.4da9c0196a552ca9d11d25ca5a4db2853aede2b8.asturm@gentoo
1 commit: 4da9c0196a552ca9d11d25ca5a4db2853aede2b8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 01:36:33 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 02:19:18 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=4da9c019
7
8 dev-util/kscope: Fix x11-libs/qscintilla dependency
9
10 Package-Manager: Portage-3.0.11, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-util/kscope/kscope-1.9.4-r2.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-util/kscope/kscope-1.9.4-r2.ebuild b/dev-util/kscope/kscope-1.9.4-r2.ebuild
17 index a1d37834..a1136588 100644
18 --- a/dev-util/kscope/kscope-1.9.4-r2.ebuild
19 +++ b/dev-util/kscope/kscope-1.9.4-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -14,9 +14,10 @@ SLOT="4"
27 KEYWORDS="amd64 ~ppc ~sparc x86"
28 IUSE=""
29
30 -RDEPEND="dev-qt/qtcore:4
31 +RDEPEND="
32 + dev-qt/qtcore:4
33 dev-qt/qtgui:4
34 - x11-libs/qscintilla:=[qt4(-)]"
35 + =x11-libs/qscintilla-2.4*:="
36 DEPEND="${RDEPEND}"
37
38 DOCS="ChangeLog"