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.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 2A2BD158094 for ; Sun, 9 Oct 2022 16:39:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DBACE08ED; Sun, 9 Oct 2022 16:39:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 250CEE08ED for ; Sun, 9 Oct 2022 16:39:27 +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 1B220340F4E for ; Sun, 9 Oct 2022 16:39:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA8F4607 for ; Sun, 9 Oct 2022 16:39:24 +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: <1665333512.664ef87a9d9bea33249f91ffb6ca80c2cae5588b.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.26.0.ebuild kde-plasma/discover/discover-5.26.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: 664ef87a9d9bea33249f91ffb6ca80c2cae5588b X-VCS-Branch: master Date: Sun, 9 Oct 2022 16:39:24 +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: 2b9f7f23-2366-46da-baa0-2d55ec8ef881 X-Archives-Hash: 6835c5f8ccd8d62233c1339a96733957 commit: 664ef87a9d9bea33249f91ffb6ca80c2cae5588b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 8 13:46:29 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 9 16:38:32 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=664ef87a kde-plasma/discover: Add kde-frameworks/kcmutils BDEPEND Uses kcmutils_generate_desktop_file cmake macro Bug: https://bugs.gentoo.org/868270 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/discover/discover-5.26.0.ebuild | 1 + kde-plasma/discover/discover-5.26.49.9999.ebuild | 1 + kde-plasma/discover/discover-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/kde-plasma/discover/discover-5.26.0.ebuild b/kde-plasma/discover/discover-5.26.0.ebuild index e10157d45b..1ec38d98a4 100644 --- a/kde-plasma/discover/discover-5.26.0.ebuild +++ b/kde-plasma/discover/discover-5.26.0.ebuild @@ -54,6 +54,7 @@ DEPEND=" RDEPEND="${DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 " +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" PATCHES=( "${FILESDIR}/${PN}-5.25.90-tests-optional.patch" ) diff --git a/kde-plasma/discover/discover-5.26.49.9999.ebuild b/kde-plasma/discover/discover-5.26.49.9999.ebuild index 40461897f5..1baf1aa1ab 100644 --- a/kde-plasma/discover/discover-5.26.49.9999.ebuild +++ b/kde-plasma/discover/discover-5.26.49.9999.ebuild @@ -54,6 +54,7 @@ DEPEND=" RDEPEND="${DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 " +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" PATCHES=( "${FILESDIR}/${PN}-5.25.90-tests-optional.patch" ) diff --git a/kde-plasma/discover/discover-9999.ebuild b/kde-plasma/discover/discover-9999.ebuild index ad840ca8f0..1b05cb1ab1 100644 --- a/kde-plasma/discover/discover-9999.ebuild +++ b/kde-plasma/discover/discover-9999.ebuild @@ -54,6 +54,7 @@ DEPEND=" RDEPEND="${DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 " +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" PATCHES=( "${FILESDIR}/${PN}-5.25.90-tests-optional.patch" )