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 28A9D138334 for ; Thu, 31 Jan 2019 21:24:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7312EE0BCF; Thu, 31 Jan 2019 21:24:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4E1E9E0BCF for ; Thu, 31 Jan 2019 21:24:37 +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 2CA6733BE07 for ; Thu, 31 Jan 2019 21:24:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B958D44B for ; Thu, 31 Jan 2019 21:24:34 +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: <1548969144.b00fecef6ffb95b58683933a418b6a5a271c4687.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kcachegrind/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kcachegrind/kcachegrind-18.12.49.9999.ebuild kde-apps/kcachegrind/kcachegrind-9999.ebuild X-VCS-Directories: kde-apps/kcachegrind/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b00fecef6ffb95b58683933a418b6a5a271c4687 X-VCS-Branch: master Date: Thu, 31 Jan 2019 21:24:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 42dcc975-2d8e-48bc-9238-c4131b3bf0e7 X-Archives-Hash: 5c938506977ec6beb3d5c66e52a396a3 commit: b00fecef6ffb95b58683933a418b6a5a271c4687 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 31 21:09:55 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 31 21:12:24 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b00fecef kde-apps/kcachegrind: Add new DEPEND Upstream commit 36d4d6ffd19d862ab8e21d7fddf0772542b21f64 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kcachegrind/kcachegrind-18.12.49.9999.ebuild | 1 + kde-apps/kcachegrind/kcachegrind-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-apps/kcachegrind/kcachegrind-18.12.49.9999.ebuild b/kde-apps/kcachegrind/kcachegrind-18.12.49.9999.ebuild index 2f02a92606..b67c37ed12 100644 --- a/kde-apps/kcachegrind/kcachegrind-18.12.49.9999.ebuild +++ b/kde-apps/kcachegrind/kcachegrind-18.12.49.9999.ebuild @@ -20,6 +20,7 @@ DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) $(add_frameworks_dep kjobwidgets) diff --git a/kde-apps/kcachegrind/kcachegrind-9999.ebuild b/kde-apps/kcachegrind/kcachegrind-9999.ebuild index 2f02a92606..b67c37ed12 100644 --- a/kde-apps/kcachegrind/kcachegrind-9999.ebuild +++ b/kde-apps/kcachegrind/kcachegrind-9999.ebuild @@ -20,6 +20,7 @@ DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) $(add_frameworks_dep kjobwidgets)