From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1422406-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 C317D158094 for <garchives@archives.gentoo.org>; Wed, 27 Jul 2022 10:27:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AE2AE0C9C; Wed, 27 Jul 2022 10:27:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 40D25E0C9C for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jul 2022 10:27:43 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2B2234105C for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jul 2022 10:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0006D54C for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jul 2022 10:27:39 +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: <1658917589.482e6bbe75dd4bb17719c55afe1a1cc8b9504f99.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/kuroo/kuroo-1.2.1-r1.ebuild app-portage/kuroo/kuroo-1.2.1.ebuild app-portage/kuroo/kuroo-9999.ebuild X-VCS-Directories: app-portage/kuroo/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 482e6bbe75dd4bb17719c55afe1a1cc8b9504f99 X-VCS-Branch: master Date: Wed, 27 Jul 2022 10:27:39 +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: 10db0018-d3c8-4454-811b-0396c4e02202 X-Archives-Hash: 034e3e8913c333885d52a354d8f4b242 commit: 482e6bbe75dd4bb17719c55afe1a1cc8b9504f99 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jul 27 09:59:14 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jul 27 10:26:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482e6bbe app-portage/kuroo: Move ECM to BDEPEND Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-portage/kuroo/{kuroo-1.2.1.ebuild => kuroo-1.2.1-r1.ebuild} | 4 ++-- app-portage/kuroo/kuroo-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-portage/kuroo/kuroo-1.2.1.ebuild b/app-portage/kuroo/kuroo-1.2.1-r1.ebuild similarity index 92% rename from app-portage/kuroo/kuroo-1.2.1.ebuild rename to app-portage/kuroo/kuroo-1.2.1-r1.ebuild index c8ec7215a7e3..9beef337fe4c 100644 --- a/app-portage/kuroo/kuroo-1.2.1.ebuild +++ b/app-portage/kuroo/kuroo-1.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,6 @@ DEPEND=" dev-db/sqlite:3 dev-qt/qtgui:5 dev-qt/qtwidgets:5 - >=kde-frameworks/extra-cmake-modules-${KFMIN}:5 >=kde-frameworks/kauth-${KFMIN}:5 >=kde-frameworks/kconfig-${KFMIN}:5 >=kde-frameworks/kconfigwidgets-${KFMIN}:5 @@ -37,6 +36,7 @@ RDEPEND="${DEPEND} app-portage/gentoolkit kde-apps/kompare:5 " +BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:5" PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) # bug 811693 diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild index dfae87f7018a..cd15c529e345 100644 --- a/app-portage/kuroo/kuroo-9999.ebuild +++ b/app-portage/kuroo/kuroo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,6 @@ DEPEND=" dev-db/sqlite:3 dev-qt/qtgui:5 dev-qt/qtwidgets:5 - >=kde-frameworks/extra-cmake-modules-${KFMIN}:5 >=kde-frameworks/kauth-${KFMIN}:5 >=kde-frameworks/kconfig-${KFMIN}:5 >=kde-frameworks/kconfigwidgets-${KFMIN}:5 @@ -37,6 +36,7 @@ RDEPEND="${DEPEND} app-portage/gentoolkit kde-apps/kompare:5 " +BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:5" pkg_postinst() { if ! has_version app-admin/logrotate ; then