commit:     4da9c0196a552ca9d11d25ca5a4db2853aede2b8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 01:36:33 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 02:19:18 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=4da9c019

dev-util/kscope: Fix x11-libs/qscintilla dependency

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-util/kscope/kscope-1.9.4-r2.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-util/kscope/kscope-1.9.4-r2.ebuild 
b/dev-util/kscope/kscope-1.9.4-r2.ebuild
index a1d37834..a1136588 100644
--- a/dev-util/kscope/kscope-1.9.4-r2.ebuild
+++ b/dev-util/kscope/kscope-1.9.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,9 +14,10 @@ SLOT="4"
 KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
-RDEPEND="dev-qt/qtcore:4
+RDEPEND="
+       dev-qt/qtcore:4
        dev-qt/qtgui:4
-       x11-libs/qscintilla:=[qt4(-)]"
+       =x11-libs/qscintilla-2.4*:="
 DEPEND="${RDEPEND}"
 
 DOCS="ChangeLog"

Reply via email to