summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-30 02:36:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-30 03:19:18 +0100
commit4da9c0196a552ca9d11d25ca5a4db2853aede2b8 (patch)
tree7151be4af00823df3d622286187000641361adf2
parentx11-libs/qscintilla: Drop 1.5.1 (diff)
downloadkde-sunset-4da9c019.tar.gz
kde-sunset-4da9c019.tar.bz2
kde-sunset-4da9c019.zip
dev-util/kscope: Fix x11-libs/qscintilla dependency
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-util/kscope/kscope-1.9.4-r2.ebuild7
1 files 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"