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 1598C138334 for ; Thu, 19 Sep 2019 15:47:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C588EE0932; Thu, 19 Sep 2019 15:47:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AFF00E0932 for ; Thu, 19 Sep 2019 15:47:55 +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 3672034B3EA for ; Thu, 19 Sep 2019 15:47:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E4B67FC for ; Thu, 19 Sep 2019 15:47:50 +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: <1568884407.68482ba0f7b80c16706968449c14acfab4df0065.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild X-VCS-Directories: kde-plasma/plasma-browser-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 68482ba0f7b80c16706968449c14acfab4df0065 X-VCS-Branch: master Date: Thu, 19 Sep 2019 15:47:50 +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: d74491cf-16ca-42a7-ab60-8620b3ee4a4c X-Archives-Hash: e4a7e033a2b5b54a2376a043b1ea86d8 commit: 68482ba0f7b80c16706968449c14acfab4df0065 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 19 07:39:15 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 19 09:13:27 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=68482ba0 kde-plasma/plasma-browser-integration: Add new DEPEND Upstream commit 9c16dbae9f6ca1488c57441db0434c138e5e1166 Closes: https://bugs.gentoo.org/694902 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> .../plasma-browser-integration/plasma-browser-integration-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild index 9ab9b3d71c..6277a9e831 100644 --- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild +++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild @@ -20,6 +20,7 @@ DEPEND=" $(add_frameworks_dep kio) $(add_frameworks_dep knotifications) $(add_frameworks_dep krunner) + $(add_frameworks_dep purpose) $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets)