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 E2857158043 for ; Tue, 27 Feb 2024 16:10:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CD8B2BC013; Tue, 27 Feb 2024 16:10:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E185D2BC013 for ; Tue, 27 Feb 2024 16:10:11 +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 CEDB333BEE8 for ; Tue, 27 Feb 2024 16:10:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35FB414E0 for ; Tue, 27 Feb 2024 16:10:09 +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: <1709050134.301d8d5e5b126a2bf4e8729ae322a8bf861bdddb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/breeze-icons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/breeze-icons/breeze-icons-5.249.0.ebuild X-VCS-Directories: kde-frameworks/breeze-icons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 301d8d5e5b126a2bf4e8729ae322a8bf861bdddb X-VCS-Branch: master Date: Tue, 27 Feb 2024 16:10:09 +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: b2d00c3f-656a-4b79-9f86-61afdd5b9c62 X-Archives-Hash: 6ac0e485150ab947fcdd79ae98f5bc6a commit: 301d8d5e5b126a2bf4e8729ae322a8bf861bdddb Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 27 16:04:05 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 27 16:08:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=301d8d5e kde-frameworks/breeze-icons: QtCore is indeed needed for RCC This reverts commit b3cd0b84a2efdb0d444e2c739ef6590b8fcaacd6. Bug: https://bugs.gentoo.org/925205 Closes: https://bugs.gentoo.org/925622 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/breeze-icons/breeze-icons-5.249.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/breeze-icons/breeze-icons-5.249.0.ebuild b/kde-frameworks/breeze-icons/breeze-icons-5.249.0.ebuild index 585248215855..99b2dd10ad60 100644 --- a/kde-frameworks/breeze-icons/breeze-icons-5.249.0.ebuild +++ b/kde-frameworks/breeze-icons/breeze-icons-5.249.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 ) "