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 6B0C5158041 for ; Tue, 27 Feb 2024 16:07:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91B802BC014; Tue, 27 Feb 2024 16:07:23 +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 78F7D2BC014 for ; Tue, 27 Feb 2024 16:07:23 +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 83DE133BE00 for ; Tue, 27 Feb 2024 16:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFD9F14E0 for ; Tue, 27 Feb 2024 16:07:20 +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: <1709049957.75980ab9772eb8d8a49a55018a99955334cc31ab.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/breeze-icons/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/breeze-icons/breeze-icons-6.0.0.ebuild kde-frameworks/breeze-icons/breeze-icons-9999.ebuild X-VCS-Directories: kde-frameworks/breeze-icons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 75980ab9772eb8d8a49a55018a99955334cc31ab X-VCS-Branch: master Date: Tue, 27 Feb 2024 16:07:20 +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: 0d5109c4-87f9-48a3-956e-706a873084b5 X-Archives-Hash: 103aeb856e960c78b46f17ba9fe4449a commit: 75980ab9772eb8d8a49a55018a99955334cc31ab Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 27 16:04:05 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 27 16:05:57 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=75980ab9 kde-frameworks/breeze-icons: QtCore is indeed needed for RCC This reverts commit b3cd0b84a2efdb0d444e2c739ef6590b8fcaacd6. Bug: https://bugs.gentoo.org/925205 Bug: https://bugs.gentoo.org/925622 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/breeze-icons/breeze-icons-6.0.0.ebuild | 2 +- kde-frameworks/breeze-icons/breeze-icons-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/breeze-icons/breeze-icons-6.0.0.ebuild b/kde-frameworks/breeze-icons/breeze-icons-6.0.0.ebuild index c13c2dc647..8e96af91da 100644 --- a/kde-frameworks/breeze-icons/breeze-icons-6.0.0.ebuild +++ b/kde-frameworks/breeze-icons/breeze-icons-6.0.0.ebuild @@ -20,9 +20,9 @@ RDEPEND=" !kde-frameworks/${PN}-rcc:5 !kde-frameworks/${PN}-rcc:6 " -DEPEND="test? ( dev-qt/qtbase:6 )" BDEPEND="${PYTHON_DEPS} $(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]') + dev-qt/qtbase:6 >=kde-frameworks/extra-cmake-modules-${PVCUT}:* test? ( app-misc/fdupes ) " diff --git a/kde-frameworks/breeze-icons/breeze-icons-9999.ebuild b/kde-frameworks/breeze-icons/breeze-icons-9999.ebuild index 52024d461a..2c0eefc5de 100644 --- a/kde-frameworks/breeze-icons/breeze-icons-9999.ebuild +++ b/kde-frameworks/breeze-icons/breeze-icons-9999.ebuild @@ -20,9 +20,9 @@ RDEPEND=" !kde-frameworks/${PN}-rcc:5 !kde-frameworks/${PN}-rcc:6 " -DEPEND="test? ( dev-qt/qtbase:6 )" BDEPEND="${PYTHON_DEPS} $(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]') + dev-qt/qtbase:6 >=kde-frameworks/extra-cmake-modules-${PVCUT}:* test? ( app-misc/fdupes ) "