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 AC47B158041 for ; Sun, 24 Mar 2024 21:03:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CEE2E2A0A; Sun, 24 Mar 2024 21:03:21 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63678E2A0A for ; Sun, 24 Mar 2024 21:03:21 +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 4CD3434309A for ; Sun, 24 Mar 2024 21:03:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42FDB156A for ; Sun, 24 Mar 2024 21:03:17 +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: <1711314137.c2bc976132748ab71210005746b8acc5d7c16ce7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwindowsystem/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kwindowsystem/kwindowsystem-6.0.0-r1.ebuild kde-frameworks/kwindowsystem/kwindowsystem-6.0.0.ebuild X-VCS-Directories: kde-frameworks/kwindowsystem/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c2bc976132748ab71210005746b8acc5d7c16ce7 X-VCS-Branch: master Date: Sun, 24 Mar 2024 21:03:17 +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: 45855514-b59d-425b-b155-c208469e3412 X-Archives-Hash: 968314ed9d1db7b8c30d20a552c5c378 commit: c2bc976132748ab71210005746b8acc5d7c16ce7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 15 13:59:22 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 24 21:02:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2bc9761 kde-frameworks/kwindowsystem: Add missing slot operators >=dev-qt/qtbase-${QTMIN}:6=[gui] for qtx11extras_p.h >=dev-qt/qtwayland-${QTMIN}:6= for private/qwayland*_p.h Signed-off-by: Andreas Sturmlechner gentoo.org> .../{kwindowsystem-6.0.0.ebuild => kwindowsystem-6.0.0-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-6.0.0.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-6.0.0-r1.ebuild similarity index 83% rename from kde-frameworks/kwindowsystem/kwindowsystem-6.0.0.ebuild rename to kde-frameworks/kwindowsystem/kwindowsystem-6.0.0-r1.ebuild index b5695d0f4634..28c792b12620 100644 --- a/kde-frameworks/kwindowsystem/kwindowsystem-6.0.0.ebuild +++ b/kde-frameworks/kwindowsystem/kwindowsystem-6.0.0-r1.ebuild @@ -14,11 +14,14 @@ IUSE="wayland X" RESTRICT="test" +# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h +# slot op: Uses private/qwayland*_p.h headers RDEPEND=" >=dev-qt/qtbase-${QTMIN}:6[gui] >=dev-qt/qtdeclarative-${QTMIN}:6 - wayland? ( >=dev-qt/qtwayland-${QTMIN}:6 ) + wayland? ( >=dev-qt/qtwayland-${QTMIN}:6= ) X? ( + >=dev-qt/qtbase-${QTMIN}:6=[gui] x11-libs/libX11 x11-libs/libXfixes x11-libs/libxcb