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 A5285158094 for ; Sun, 9 Oct 2022 16:39:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0CD3E0864; Sun, 9 Oct 2022 16:39:26 +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 C80A1E0864 for ; Sun, 9 Oct 2022 16:39:26 +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 E12A8340F41 for ; Sun, 9 Oct 2022 16:39:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83F3E584 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.351e5a099773d950a20d611830a57dfeb55e314a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/bluedevil/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/bluedevil/bluedevil-5.26.0.ebuild kde-plasma/bluedevil/bluedevil-5.26.49.9999.ebuild kde-plasma/bluedevil/bluedevil-9999.ebuild X-VCS-Directories: kde-plasma/bluedevil/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 351e5a099773d950a20d611830a57dfeb55e314a 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: b09e8630-46fb-4249-ad9b-b0e2caf2bfef X-Archives-Hash: d8a0340f45eece12e6c0dcbbc890f8ac commit: 351e5a099773d950a20d611830a57dfeb55e314a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 8 13:45:32 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=351e5a09 kde-plasma/bluedevil: 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/bluedevil/bluedevil-5.26.0.ebuild | 1 + kde-plasma/bluedevil/bluedevil-5.26.49.9999.ebuild | 1 + kde-plasma/bluedevil/bluedevil-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/kde-plasma/bluedevil/bluedevil-5.26.0.ebuild b/kde-plasma/bluedevil/bluedevil-5.26.0.ebuild index ab52585223..51eb5147a5 100644 --- a/kde-plasma/bluedevil/bluedevil-5.26.0.ebuild +++ b/kde-plasma/bluedevil/bluedevil-5.26.0.ebuild @@ -40,3 +40,4 @@ RDEPEND="${DEPEND} >=kde-frameworks/kirigami-${KFMIN}:5 >=kde-plasma/kde-cli-tools-${PVCUT}:5 " +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" diff --git a/kde-plasma/bluedevil/bluedevil-5.26.49.9999.ebuild b/kde-plasma/bluedevil/bluedevil-5.26.49.9999.ebuild index f9d8acf584..953ffca904 100644 --- a/kde-plasma/bluedevil/bluedevil-5.26.49.9999.ebuild +++ b/kde-plasma/bluedevil/bluedevil-5.26.49.9999.ebuild @@ -40,3 +40,4 @@ RDEPEND="${DEPEND} >=kde-frameworks/kirigami-${KFMIN}:5 >=kde-plasma/kde-cli-tools-${PVCUT}:5 " +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" diff --git a/kde-plasma/bluedevil/bluedevil-9999.ebuild b/kde-plasma/bluedevil/bluedevil-9999.ebuild index 8ace29d793..824e727b57 100644 --- a/kde-plasma/bluedevil/bluedevil-9999.ebuild +++ b/kde-plasma/bluedevil/bluedevil-9999.ebuild @@ -40,3 +40,4 @@ RDEPEND="${DEPEND} >=kde-frameworks/kirigami-${KFMIN}:5 >=kde-plasma/kde-cli-tools-${PVCUT}:5 " +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"