From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1227105-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3A4F1382C5 for <garchives@archives.gentoo.org>; Mon, 30 Nov 2020 02:19:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55F05E0872; Mon, 30 Nov 2020 02:19:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40B73E0872 for <gentoo-commits@lists.gentoo.org>; Mon, 30 Nov 2020 02:19:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CAF7341523 for <gentoo-commits@lists.gentoo.org>; Mon, 30 Nov 2020 02:19:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25C7547B for <gentoo-commits@lists.gentoo.org>; Mon, 30 Nov 2020 02:19:27 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1606702758.4da9c0196a552ca9d11d25ca5a4db2853aede2b8.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: dev-util/kscope/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: dev-util/kscope/kscope-1.9.4-r2.ebuild X-VCS-Directories: dev-util/kscope/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4da9c0196a552ca9d11d25ca5a4db2853aede2b8 X-VCS-Branch: master Date: Mon, 30 Nov 2020 02:19:27 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bb7a0253-8fa7-4a12-bcef-51fbe8a91fee X-Archives-Hash: 7d834d7f2bb4e20ce7616891dd9376eb 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"