From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 2D6C21395E3 for ; Thu, 8 Dec 2016 08:31:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AF0221C03C; Thu, 8 Dec 2016 08:31:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5564821C028 for ; Thu, 8 Dec 2016 08:31:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 626E13414A6 for ; Thu, 8 Dec 2016 08:31:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF85624BF for ; Thu, 8 Dec 2016 08:31:26 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1481185830.83c40a0d1b5de3701f83bb944cdd1925012f8a08.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop/kdevelop-9999.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 83c40a0d1b5de3701f83bb944cdd1925012f8a08 X-VCS-Branch: master Date: Thu, 8 Dec 2016 08:31:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: de448177-729f-41f3-b700-7cf703aaf0bf X-Archives-Hash: fc6272fbccc58f516f3dd292d8296dae commit: 83c40a0d1b5de3701f83bb944cdd1925012f8a08 Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Dec 7 16:06:08 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Dec 8 08:30:30 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=83c40a0d dev-util/kdevelop: Update DEPENDs kdevelop-cppcheck was merged, add blocker: Upstream commit 2db5755a21a551080604cef56f51ddbdeffc5263 Legacy C++ parser was dropped: Upstream commit: f31d32f49458897c97388a4b8f40f97e5af02f59 Package-Manager: portage-2.3.0 Signed-off-by: Johannes Huber gentoo.org> dev-util/kdevelop/kdevelop-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index e468cc5..0bb4196 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -11,7 +11,7 @@ inherit kde5 DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and much more" LICENSE="GPL-2 LGPL-2" -IUSE="+cxx +gdbui +ninja okteta +plasma +qmake qthelp" +IUSE="+gdbui +ninja okteta +plasma +qmake qthelp" [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86" COMMON_DEPEND=" @@ -45,8 +45,8 @@ COMMON_DEPEND=" $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) >=dev-util/kdevplatform-${PV}:5 + >=sys-devel/clang-3.5.0 x11-misc/shared-mime-info - cxx? ( >=sys-devel/clang-3.5.0 ) gdbui? ( $(add_plasma_dep libksysguard) ) okteta? ( $(add_kdeapps_dep okteta) ) plasma? ( @@ -66,6 +66,7 @@ RDEPEND="${COMMON_DEPEND} ninja? ( dev-util/ninja ) !dev-util/kdevelop:4 !dev-util/kdevelop-clang + !dev-util/kdevelop-cppcheck !dev-util/kdevelop-qmake !dev-util/kdevelop-qmljs !