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 F02F2158041 for ; Sun, 25 Feb 2024 12:09:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 254AEE29DD; Sun, 25 Feb 2024 12:09:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0C11AE29DD for ; Sun, 25 Feb 2024 12:09:25 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45D2933C1C1 for ; Sun, 25 Feb 2024 12:09:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D882714B1 for ; Sun, 25 Feb 2024 12:09:22 +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: <1708862914.2bbbe1fe4f5c3c07476171e07515c118b9d29655.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/oxygen-icons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/oxygen-icons/oxygen-icons-5.113.0.ebuild kde-frameworks/oxygen-icons/oxygen-icons-5.115.0.ebuild X-VCS-Directories: kde-frameworks/oxygen-icons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2bbbe1fe4f5c3c07476171e07515c118b9d29655 X-VCS-Branch: master Date: Sun, 25 Feb 2024 12:09:22 +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: 5307570a-149e-4814-9b35-6911163b303c X-Archives-Hash: 13df1dd7c1fa20d8130b8b8c8a109ff1 commit: 2bbbe1fe4f5c3c07476171e07515c118b9d29655 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 24 21:46:15 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 25 12:08:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbbe1fe kde-frameworks/oxygen-icons: QtConfig.cmake is only needed for tests Closes: https://bugs.gentoo.org/925205 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/oxygen-icons/oxygen-icons-5.113.0.ebuild | 8 ++++++-- kde-frameworks/oxygen-icons/oxygen-icons-5.115.0.ebuild | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-5.113.0.ebuild b/kde-frameworks/oxygen-icons/oxygen-icons-5.113.0.ebuild index 26f481349abd..e2882448cfd2 100644 --- a/kde-frameworks/oxygen-icons/oxygen-icons-5.113.0.ebuild +++ b/kde-frameworks/oxygen-icons/oxygen-icons-5.113.0.ebuild @@ -15,9 +15,13 @@ IUSE="test" RESTRICT="!test? ( test )" -DEPEND="test? ( >=dev-qt/qttest-${QTMIN}:5 )" +DEPEND=" + test? ( + >=dev-qt/qtcore-${QTMIN}:5 + >=dev-qt/qttest-${QTMIN}:5 + ) +" BDEPEND=" - >=dev-qt/qtcore-${QTMIN}:5 >=kde-frameworks/extra-cmake-modules-${PVCUT}:0 test? ( app-misc/fdupes ) " diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-5.115.0.ebuild b/kde-frameworks/oxygen-icons/oxygen-icons-5.115.0.ebuild index 4adc4d4c0b2d..b271dc5bc092 100644 --- a/kde-frameworks/oxygen-icons/oxygen-icons-5.115.0.ebuild +++ b/kde-frameworks/oxygen-icons/oxygen-icons-5.115.0.ebuild @@ -15,9 +15,13 @@ IUSE="test" RESTRICT="!test? ( test )" -DEPEND="test? ( >=dev-qt/qttest-${QTMIN}:5 )" +DEPEND=" + test? ( + >=dev-qt/qtcore-${QTMIN}:5 + >=dev-qt/qttest-${QTMIN}:5 + ) +" BDEPEND=" - >=dev-qt/qtcore-${QTMIN}:5 >=kde-frameworks/extra-cmake-modules-${PVCUT}:0 test? ( app-misc/fdupes ) "