From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1672367-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id AAD1C158083
	for <garchives@archives.gentoo.org>; Sat, 21 Sep 2024 08:29:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D81D7E29B8;
	Sat, 21 Sep 2024 08:29:46 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C23C9E29B8
	for <gentoo-commits@lists.gentoo.org>; Sat, 21 Sep 2024 08:29:46 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0D3C73431A1
	for <gentoo-commits@lists.gentoo.org>; Sat, 21 Sep 2024 08:29:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 79EA827FC
	for <gentoo-commits@lists.gentoo.org>; Sat, 21 Sep 2024 08:29:44 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1726907347.92f3fd40761a9b532e8caa036fa62b4e4b5f3a0d.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/discover/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-plasma/discover/discover-6.1.4.ebuild kde-plasma/discover/discover-6.1.5.ebuild
X-VCS-Directories: kde-plasma/discover/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 92f3fd40761a9b532e8caa036fa62b4e4b5f3a0d
X-VCS-Branch: master
Date: Sat, 21 Sep 2024 08:29:44 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 0716ac9d-9517-49e0-8cc4-bd49c51e522a
X-Archives-Hash: faac4883ce60b32ca2279d786f0aed5e

commit:     92f3fd40761a9b532e8caa036fa62b4e4b5f3a0d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 08:20:07 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 08:29:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f3fd40

kde-plasma/discover: Add missing dependency

Upstream commit cc38c6c3e19c15dce8fa0dd0de30c748c363eeb7

Closes: https://bugs.gentoo.org/939932
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/discover/discover-6.1.4.ebuild | 7 +++++--
 kde-plasma/discover/discover-6.1.5.ebuild | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/kde-plasma/discover/discover-6.1.4.ebuild b/kde-plasma/discover/discover-6.1.4.ebuild
index 829e37749342..951d02b5178d 100644
--- a/kde-plasma/discover/discover-6.1.4.ebuild
+++ b/kde-plasma/discover/discover-6.1.4.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
 IUSE="+firmware flatpak snap telemetry webengine"
 
 # libmarkdown (app-text/discount) only used in PackageKitBackend
-DEPEND="
+COMMON_DEPEND="
 	>=dev-libs/appstream-1.0.0:=[qt6]
 	dev-libs/kirigami-addons:6
 	>=dev-qt/qtbase-${QTMIN}:6=[concurrent,dbus,gui,network,widgets]
@@ -47,9 +47,12 @@ DEPEND="
 	telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 )
 	webengine? ( >=dev-qt/qtwebview-${QTMIN}:6 )
 "
-RDEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
 	snap? ( app-containers/snapd )
 "
+DEPEND="${COMMON_DEPEND}
+	dev-libs/qcoro
+"
 BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
 
 src_prepare() {

diff --git a/kde-plasma/discover/discover-6.1.5.ebuild b/kde-plasma/discover/discover-6.1.5.ebuild
index c210922a840c..8a2be05cb180 100644
--- a/kde-plasma/discover/discover-6.1.5.ebuild
+++ b/kde-plasma/discover/discover-6.1.5.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
 IUSE="+firmware flatpak snap telemetry webengine"
 
 # libmarkdown (app-text/discount) only used in PackageKitBackend
-DEPEND="
+COMMON_DEPEND="
 	>=dev-libs/appstream-1.0.0:=[qt6]
 	dev-libs/kirigami-addons:6
 	>=dev-qt/qtbase-${QTMIN}:6=[concurrent,dbus,gui,network,widgets]
@@ -47,9 +47,12 @@ DEPEND="
 	telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 )
 	webengine? ( >=dev-qt/qtwebview-${QTMIN}:6 )
 "
-RDEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
 	snap? ( app-containers/snapd )
 "
+DEPEND="${COMMON_DEPEND}
+	dev-libs/qcoro
+"
 BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
 
 src_prepare() {