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 79EBD139694 for ; Sat, 15 Apr 2017 23:16:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5683EE0BEC; Sat, 15 Apr 2017 23:16:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 34AE7E0BEC for ; Sat, 15 Apr 2017 23:16:01 +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 1971B341683 for ; Sat, 15 Apr 2017 23:16:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7642E7430 for ; Sat, 15 Apr 2017 23:15:58 +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: <1492297479.c6e358c055b46ecde099790fbafdcbe31ee7a53a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-upload/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild X-VCS-Directories: dev-util/kdevelop-upload/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c6e358c055b46ecde099790fbafdcbe31ee7a53a X-VCS-Branch: master Date: Sat, 15 Apr 2017 23:15:58 +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: c7cc44ce-76df-4f44-9212-706bb88c79df X-Archives-Hash: a2edf142537b99a4e00c4374326de8b1 commit: c6e358c055b46ecde099790fbafdcbe31ee7a53a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 15 23:04:39 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 15 23:04:39 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c6e358c0 dev-util/kdevelop-upload: Drop unused DEPENDs Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild b/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild index e1f1be8c01..528ec44061 100644 --- a/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild +++ b/dev-util/kdevelop-upload/kdevelop-upload-9999.ebuild @@ -18,14 +18,9 @@ DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) - $(add_frameworks_dep kitemmodels) $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktexteditor) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) $(add_qt_dep qtgui) @@ -35,8 +30,3 @@ DEPEND=" RDEPEND="${DEPEND} dev-util/kdevelop:5 " - -src_configure() { - append-cppflags -I/usr/include/KF5/KDELibs4Support - kde5_src_configure -}