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 DC4F4138334 for ; Sat, 2 Mar 2019 11:42:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8C99E0843; Sat, 2 Mar 2019 11:42: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 C5CE2E0843 for ; Sat, 2 Mar 2019 11:42: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 A3D46335C29 for ; Sat, 2 Mar 2019 11:41:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F0C954F for ; Sat, 2 Mar 2019 11:41:58 +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: <1551522579.efdeeca8cf006ea74626361cbd05ac2497ba4d8c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/discover/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/discover/discover-5.15.49.9999.ebuild kde-plasma/discover/discover-9999.ebuild X-VCS-Directories: kde-plasma/discover/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: efdeeca8cf006ea74626361cbd05ac2497ba4d8c X-VCS-Branch: master Date: Sat, 2 Mar 2019 11:41:58 +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: fb70323e-018d-4df7-9c6c-6e14f020b990 X-Archives-Hash: bdf78585d89d011acf9e882eeb87420a commit: efdeeca8cf006ea74626361cbd05ac2497ba4d8c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 2 10:29:39 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 2 10:29:39 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=efdeeca8 kde-plasma/discover: Add missing DEPEND Bug: https://bugs.gentoo.org/678426 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/discover/discover-5.15.49.9999.ebuild | 1 + kde-plasma/discover/discover-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-plasma/discover/discover-5.15.49.9999.ebuild b/kde-plasma/discover/discover-5.15.49.9999.ebuild index 6ea823141c..ae6b410e05 100644 --- a/kde-plasma/discover/discover-5.15.49.9999.ebuild +++ b/kde-plasma/discover/discover-5.15.49.9999.ebuild @@ -20,6 +20,7 @@ DEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) $(add_frameworks_dep kirigami) diff --git a/kde-plasma/discover/discover-9999.ebuild b/kde-plasma/discover/discover-9999.ebuild index 6ea823141c..ae6b410e05 100644 --- a/kde-plasma/discover/discover-9999.ebuild +++ b/kde-plasma/discover/discover-9999.ebuild @@ -20,6 +20,7 @@ DEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) $(add_frameworks_dep kirigami)