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 1B622138331 for ; Thu, 29 Mar 2018 21:57:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED6C4E0984; Thu, 29 Mar 2018 21:57:05 +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 CA983E0984 for ; Thu, 29 Mar 2018 21:57:05 +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 5AD8C335D1E for ; Thu, 29 Mar 2018 21:57:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9778826F for ; Thu, 29 Mar 2018 21:57:02 +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: <1522360599.25b0c5cf402c809349ed23bcf577d0128ae71e62.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kde-cli-tools/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild X-VCS-Directories: kde-plasma/kde-cli-tools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 25b0c5cf402c809349ed23bcf577d0128ae71e62 X-VCS-Branch: master Date: Thu, 29 Mar 2018 21:57:02 +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: fbc2046b-49f5-4009-85cd-d2fcea6f32e5 X-Archives-Hash: 4deff8e1b734b6f8ac4550577b5678a5 commit: 25b0c5cf402c809349ed23bcf577d0128ae71e62 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 29 21:54:31 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 29 21:56:39 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=25b0c5cf kde-plasma/kde-cli-tools: Add new DEPEND Upstream commit 896dd5516cfb7dd75caa7b46f0f5b6832bc4430a Package-Manager: Portage-2.3.26, Repoman-2.3.7 kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild index 2be7050d29..b2a542092f 100644 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild +++ b/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild @@ -26,6 +26,7 @@ DEPEND=" $(add_frameworks_dep kservice) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) + $(add_plasma_dep plasma-workspace) $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtsvg)