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 295F2138334 for ; Wed, 5 Jun 2019 11:18:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4392CE0869; Wed, 5 Jun 2019 11:18:52 +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 216C4E0869 for ; Wed, 5 Jun 2019 11:18:52 +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 333B6345735 for ; Wed, 5 Jun 2019 11:18:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF590607 for ; Wed, 5 Jun 2019 11:18:49 +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: <1559733114.1e9443979c9a9ff5cb2198680de3372a78f0d88c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/dolphin/dolphin-9999.ebuild X-VCS-Directories: kde-apps/dolphin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1e9443979c9a9ff5cb2198680de3372a78f0d88c X-VCS-Branch: master Date: Wed, 5 Jun 2019 11:18:49 +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: b1029f88-0821-4e88-8e01-cfb75cbdd542 X-Archives-Hash: 121dba4d867aedd519e8a03378dc19f7 commit: 1e9443979c9a9ff5cb2198680de3372a78f0d88c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 5 11:11:54 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 5 11:11:54 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e944397 kde-apps/dolphin: Add new DEPEND Upstream commit 27e3907a3daf9a63d05c00a0ff746de6cfdf2bdf Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/dolphin/dolphin-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index 5fd715625c..83c8e5a012 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -35,6 +35,7 @@ DEPEND=" $(add_frameworks_dep kservice) $(add_frameworks_dep ktextwidgets) $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui) $(add_frameworks_dep solid) $(add_qt_dep qtconcurrent)