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 4959F158041 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 5FFF62BC013; 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42FFE2BC013 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 69C0D335C31 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 C82A11301 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: <1709049950.094e5e4a8a8251a5925cad86be2bc392e82c8eaf.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/breeze-icons-rcc/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-5.239.9999.ebuild X-VCS-Directories: kde-frameworks/breeze-icons-rcc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 094e5e4a8a8251a5925cad86be2bc392e82c8eaf 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: 2ef6a786-3e60-4baa-a254-8951927b746b X-Archives-Hash: 40bcd08ba09007297ff7f4f6f812e798 commit: 094e5e4a8a8251a5925cad86be2bc392e82c8eaf Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 27 16:01:02 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 27 16:05:50 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=094e5e4a kde-frameworks/breeze-icons-rcc: QtCore is indeed needed for RCC This reverts commit 3dded7f6f124c9a6eb94d36919b9f8a5bba3c29a. Bug: https://bugs.gentoo.org/925205 Bug: https://bugs.gentoo.org/925622 Signed-off-by: Andreas Sturmlechner gentoo.org> .../breeze-icons-rcc/breeze-icons-rcc-5.239.9999.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-5.239.9999.ebuild b/kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-5.239.9999.ebuild index 59f87ff3e2..89be0fcad2 100644 --- a/kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-5.239.9999.ebuild +++ b/kde-frameworks/breeze-icons-rcc/breeze-icons-rcc-5.239.9999.ebuild @@ -9,21 +9,16 @@ PYTHON_COMPAT=( python3_{10..12} ) inherit cmake frameworks.kde.org python-any-r1 DESCRIPTION="Breeze SVG icon theme binary resource" - LICENSE="LGPL-3" KEYWORDS="" IUSE="test" RESTRICT="!test? ( test )" -DEPEND=" - test? ( - dev-qt/qtcore:5 - dev-qt/qttest:5 - ) -" +DEPEND="test? ( dev-qt/qttest:5 )" BDEPEND="${PYTHON_DEPS} $(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]') + dev-qt/qtcore:5 >=kde-frameworks/extra-cmake-modules-${PVCUT}:0 test? ( app-misc/fdupes ) "