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 288E3139694 for ; Thu, 23 Mar 2017 00:45:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3436621C081; Thu, 23 Mar 2017 00:45:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0C8FD21C081 for ; Thu, 23 Mar 2017 00:45:06 +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 EF93333FE7D for ; Thu, 23 Mar 2017 00:45:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EC00719C for ; Thu, 23 Mar 2017 00:45:03 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1490229742.f43bc35bfb88dcd54461aa63a69a297ca82c0350.asturm@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: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f43bc35bfb88dcd54461aa63a69a297ca82c0350 X-VCS-Branch: master Date: Thu, 23 Mar 2017 00:45:03 +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: 0fc13608-a92c-48b7-ac11-e4853f8f2a5b X-Archives-Hash: ae6731cb8c78c5a0f69168922221fa9a commit: f43bc35bfb88dcd54461aa63a69a297ca82c0350 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 23 00:42:22 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 23 00:42:22 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f43bc35b dev-util/kdevelop: Drop unused DEPEND Ported away from QtWebkit, upstream commits: 8a1536caf85f402d6d1c2d6cb00b0b94d34196bb ae72650d213e3e39b68dcb15945b0e91e70f1d1b Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-util/kdevelop/kdevelop-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index f57d405817..fd0eeb63c3 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -40,7 +40,6 @@ COMMON_DEPEND=" $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui) $(add_qt_dep qtnetwork) - $(add_qt_dep qtwebkit) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) >=dev-util/kdevplatform-${PV}:5