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 5435A138334 for ; Sun, 17 Mar 2019 18:31:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44328E0957; Sun, 17 Mar 2019 18:31:55 +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 1D8EFE0957 for ; Sun, 17 Mar 2019 18:31:55 +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 D025A335D12 for ; Sun, 17 Mar 2019 18:31:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78AF9326 for ; Sun, 17 Mar 2019 18:31:52 +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: <1552835420.69e2abef6d3cef5f9c9d15ed67d1bc05615b9748.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: 69e2abef6d3cef5f9c9d15ed67d1bc05615b9748 X-VCS-Branch: master Date: Sun, 17 Mar 2019 18:31:52 +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: 82d10582-3d7a-4cf6-a1de-c09c7036d2da X-Archives-Hash: e54fefbba88e550682b0e09015307d40 commit: 69e2abef6d3cef5f9c9d15ed67d1bc05615b9748 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 17 15:10:20 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 17 15:10:20 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=69e2abef kde-plasma/plasma-browser-integration: Drop unused DEPEND Upstream commit 4ae87a3757ca62c82d35a70c4cc354831b49d6b7 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../plasma-browser-integration/plasma-browser-integration-9999.ebuild | 1 - 1 file changed, 1 deletion(-) 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 79127b7c34..9ab9b3d71c 100644 --- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild +++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild @@ -20,7 +20,6 @@ DEPEND=" $(add_frameworks_dep kio) $(add_frameworks_dep knotifications) $(add_frameworks_dep krunner) - $(add_frameworks_dep kwindowsystem) $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets)