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 2A3C1138334 for ; Sat, 21 Sep 2019 07:55:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6980DE0935; Sat, 21 Sep 2019 07:55:00 +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 32FA7E0935 for ; Sat, 21 Sep 2019 07:55:00 +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 2291F34B452 for ; Sat, 21 Sep 2019 07:54:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A16D720 for ; Sat, 21 Sep 2019 07:54:57 +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: <1569052467.3dec79eef806d0a88bfc321374731f73cd4df562.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-5.16.90.ebuild kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.49.9999.ebuild 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: 3dec79eef806d0a88bfc321374731f73cd4df562 X-VCS-Branch: master Date: Sat, 21 Sep 2019 07:54:57 +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: fc1c56ae-8e30-4d0e-845e-e6944c36dad7 X-Archives-Hash: ce69a177f9603d0671095e69b0029a97 commit: 3dec79eef806d0a88bfc321374731f73cd4df562 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 21 07:54:27 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 21 07:54:27 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3dec79ee kde-plasma/plasma-browser-integration: Add missing DEPEND Upstream commit 4e6ed0ced910daf63d377d3ee51e970efcfe380c Reported-by: AE gmx.net> Closes: https://bugs.gentoo.org/695250 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> .../plasma-browser-integration/plasma-browser-integration-5.16.90.ebuild | 1 + .../plasma-browser-integration-5.17.49.9999.ebuild | 1 + .../plasma-browser-integration/plasma-browser-integration-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.90.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.90.ebuild index 8967a77508..fadf22c24f 100644 --- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.90.ebuild +++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.90.ebuild @@ -16,6 +16,7 @@ DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kfilemetadata) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) $(add_frameworks_dep knotifications) diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.49.9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.49.9999.ebuild index 6277a9e831..3d2fb8c710 100644 --- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.49.9999.ebuild +++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.49.9999.ebuild @@ -16,6 +16,7 @@ DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kfilemetadata) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) $(add_frameworks_dep knotifications) 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 6277a9e831..3d2fb8c710 100644 --- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild +++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-9999.ebuild @@ -16,6 +16,7 @@ DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kfilemetadata) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) $(add_frameworks_dep knotifications)