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 17326158041 for ; Fri, 15 Mar 2024 14:07:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13CA0E29F7; Fri, 15 Mar 2024 14:07:10 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA259E29F6 for ; Fri, 15 Mar 2024 14:07:09 +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 C060033BE93 for ; Fri, 15 Mar 2024 14:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F9CE1522 for ; Fri, 15 Mar 2024 14:07:06 +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: <1710509953.bc5e2000cc1e21131a2abd000d4f7490504ea44a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kiconthemes/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kiconthemes/kiconthemes-9999.ebuild X-VCS-Directories: kde-frameworks/kiconthemes/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bc5e2000cc1e21131a2abd000d4f7490504ea44a X-VCS-Branch: master Date: Fri, 15 Mar 2024 14:07:06 +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: 8667a709-fe15-4370-bb54-3532c87b9275 X-Archives-Hash: 76c426c747a0709becfb0563bc99143f commit: bc5e2000cc1e21131a2abd000d4f7490504ea44a Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 15 13:39:13 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 15 13:39:13 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bc5e2000 kde-frameworks/kiconthemes: Add missing dev-qt/qtbase:6= slot op Uses Qt6::GuiPrivate for qiconloader_p.h, qguiapplication_p.h Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kiconthemes/kiconthemes-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/kiconthemes/kiconthemes-9999.ebuild b/kde-frameworks/kiconthemes/kiconthemes-9999.ebuild index c22757e735..fe03bee54a 100644 --- a/kde-frameworks/kiconthemes/kiconthemes-9999.ebuild +++ b/kde-frameworks/kiconthemes/kiconthemes-9999.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