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 4F788158041 for ; Sun, 25 Feb 2024 10:32:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65138E29D0; Sun, 25 Feb 2024 10:32:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4CB24E29CF for ; Sun, 25 Feb 2024 10:32:29 +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 8102E34307F for ; Sun, 25 Feb 2024 10:32:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD27B1121 for ; Sun, 25 Feb 2024 10:32:26 +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: <1708851585.3dded7f6f124c9a6eb94d36919b9f8a5bba3c29a.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: 3dded7f6f124c9a6eb94d36919b9f8a5bba3c29a X-VCS-Branch: master Date: Sun, 25 Feb 2024 10:32:26 +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: b7421cee-ed2c-4d33-9d2e-e01ce59f1560 X-Archives-Hash: 6aa680518f85a0131a4f350a6c2bb9db commit: 3dded7f6f124c9a6eb94d36919b9f8a5bba3c29a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 25 08:57:14 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 25 08:59:45 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3dded7f6 kde-frameworks/breeze-icons-rcc: QtConfig.cmake is only needed for tests Bug: https://bugs.gentoo.org/925205 Signed-off-by: Andreas Sturmlechner gentoo.org> .../breeze-icons-rcc/breeze-icons-rcc-5.239.9999.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 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 89be0fcad2..59f87ff3e2 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,16 +9,21 @@ 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/qttest:5 )" +DEPEND=" + test? ( + dev-qt/qtcore:5 + 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 ) "