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 14ED1158041 for ; Fri, 15 Mar 2024 14:07:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F294E29E1; Fri, 15 Mar 2024 14:07:08 +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 2CAD2E29E1 for ; Fri, 15 Mar 2024 14:07:08 +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 0261333BE26 for ; Fri, 15 Mar 2024 14:07:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 551651519 for ; Fri, 15 Mar 2024 14:07:05 +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: <1710508740.856baca6ae248ffcfa1386b310cb9a309f63e0b8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kate/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kate/kate-24.02.49.9999.ebuild kde-apps/kate/kate-9999.ebuild X-VCS-Directories: kde-apps/kate/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 856baca6ae248ffcfa1386b310cb9a309f63e0b8 X-VCS-Branch: master Date: Fri, 15 Mar 2024 14:07:05 +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: 1b2f99f8-6976-4d87-83e5-cbacbb5fcdac X-Archives-Hash: 94c23d9d624d8a67f3980d535ce0e770 commit: 856baca6ae248ffcfa1386b310cb9a309f63e0b8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 15 12:52:11 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 15 13:19:00 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=856baca6 kde-apps/kate: Add missing dev-qt/qtbase:6= slot op Uses Qt6::GuiPrivate for qtx11extras_p.h Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kate/kate-24.02.49.9999.ebuild | 3 ++- kde-apps/kate/kate-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kde-apps/kate/kate-24.02.49.9999.ebuild b/kde-apps/kate/kate-24.02.49.9999.ebuild index 02df0158ab..4c8ec60a7f 100644 --- a/kde-apps/kate/kate-24.02.49.9999.ebuild +++ b/kde-apps/kate/kate-24.02.49.9999.ebuild @@ -16,9 +16,10 @@ SLOT="6" KEYWORDS="" IUSE="" +# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h # kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] + >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets] ~kde-apps/kate-lib-${PV}:6 >=kde-frameworks/kcoreaddons-${KFMIN}:6 >=kde-frameworks/kdbusaddons-${KFMIN}:6 diff --git a/kde-apps/kate/kate-9999.ebuild b/kde-apps/kate/kate-9999.ebuild index 02df0158ab..4c8ec60a7f 100644 --- a/kde-apps/kate/kate-9999.ebuild +++ b/kde-apps/kate/kate-9999.ebuild @@ -16,9 +16,10 @@ SLOT="6" KEYWORDS="" IUSE="" +# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h # kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] + >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets] ~kde-apps/kate-lib-${PV}:6 >=kde-frameworks/kcoreaddons-${KFMIN}:6 >=kde-frameworks/kdbusaddons-${KFMIN}:6