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 4088D139694 for ; Sun, 25 Jun 2017 15:54:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A804E0BDF; Sun, 25 Jun 2017 15:54:24 +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 5422DE0BDF for ; Sun, 25 Jun 2017 15:54:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 145B5341852 for ; Sun, 25 Jun 2017 15:54:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 811827466 for ; Sun, 25 Jun 2017 15:54:21 +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: <1498406050.1416d0d2b5a5435420678ee16483572b4763fa0d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdialog/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdialog/kdialog-9999.ebuild X-VCS-Directories: kde-apps/kdialog/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1416d0d2b5a5435420678ee16483572b4763fa0d X-VCS-Branch: master Date: Sun, 25 Jun 2017 15:54:21 +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: f3f97240-88ed-427b-b381-3b39fbfa1526 X-Archives-Hash: d3894116f4e5ad7f7edbc1c5516ad7b7 commit: 1416d0d2b5a5435420678ee16483572b4763fa0d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 25 15:54:10 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 25 15:54:10 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1416d0d2 kde-apps/kdialog: Fix DEPENDs Upstream commit fd50a04df49bac3ce3e95f3eef5e5aa38b4021e0 Package-Manager: Portage-2.3.6, Repoman-2.3.1 kde-apps/kdialog/kdialog-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-apps/kdialog/kdialog-9999.ebuild b/kde-apps/kdialog/kdialog-9999.ebuild index 46aa0d7dbd..89519f88ab 100644 --- a/kde-apps/kdialog/kdialog-9999.ebuild +++ b/kde-apps/kdialog/kdialog-9999.ebuild @@ -10,9 +10,10 @@ KEYWORDS="" IUSE="X" DEPEND=" - $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) - $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kguiaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio)