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 E73BD158041 for ; Sun, 24 Mar 2024 21:03:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58778E29F5; Sun, 24 Mar 2024 21:03:19 +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 38D4FE29F5 for ; Sun, 24 Mar 2024 21:03:19 +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 46805340441 for ; Sun, 24 Mar 2024 21:03:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E2A4BCB for ; Sun, 24 Mar 2024 21:03:16 +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: <1711314135.1ddbcdf922082e0bcab467087194855ecaa3921d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kiconthemes/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kiconthemes/kiconthemes-6.0.0-r1.ebuild kde-frameworks/kiconthemes/kiconthemes-6.0.0.ebuild X-VCS-Directories: kde-frameworks/kiconthemes/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1ddbcdf922082e0bcab467087194855ecaa3921d X-VCS-Branch: master Date: Sun, 24 Mar 2024 21:03:16 +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: e9991692-1ac4-4f47-9c51-813f726db3f0 X-Archives-Hash: 44990b1e921826d970cc3dba3081cf4e commit: 1ddbcdf922082e0bcab467087194855ecaa3921d Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 15 13:39:13 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 24 21:02:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ddbcdf9 kde-frameworks/kiconthemes: Add missing dev-qt/qtbase:6= slot op Uses Qt6::GuiPrivate for qiconloader_p.h, qguiapplication_p.h Backporting to 6.0.0, otherwise this dependency fix would only be introduced by 6.1.0 on April 13th. Signed-off-by: Andreas Sturmlechner gentoo.org> .../{kiconthemes-6.0.0.ebuild => kiconthemes-6.0.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/kiconthemes/kiconthemes-6.0.0.ebuild b/kde-frameworks/kiconthemes/kiconthemes-6.0.0-r1.ebuild similarity index 84% rename from kde-frameworks/kiconthemes/kiconthemes-6.0.0.ebuild rename to kde-frameworks/kiconthemes/kiconthemes-6.0.0-r1.ebuild index e89ae7b58774..ab3f30c4325c 100644 --- a/kde-frameworks/kiconthemes/kiconthemes-6.0.0.ebuild +++ b/kde-frameworks/kiconthemes/kiconthemes-6.0.0-r1.ebuild @@ -16,8 +16,9 @@ IUSE="" RESTRICT="test" # bug 574770 +# slot op: Uses Qt6::GuiPrivate for qiconloader_p.h, qguiapplication_p.h RDEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] + >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6 >=dev-qt/qtsvg-${QTMIN}:6 =kde-frameworks/karchive-${PVCUT}*:6