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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A644B1581EC for ; Tue, 19 Nov 2024 12:00:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF22AE0801; Tue, 19 Nov 2024 12:00:10 +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 B3E60E0801 for ; Tue, 19 Nov 2024 12:00:10 +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 BF77B335C36 for ; Tue, 19 Nov 2024 12:00:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FCFF1682 for ; Tue, 19 Nov 2024 12:00:08 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1732017434.5424d7cc3f86adecebc340ca1ff842d64f9b5e36.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/ X-VCS-Repository: proj/qt X-VCS-Files: x11-terms/qterminal/qterminal-9999.ebuild X-VCS-Directories: x11-terms/qterminal/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 5424d7cc3f86adecebc340ca1ff842d64f9b5e36 X-VCS-Branch: master Date: Tue, 19 Nov 2024 12:00:08 +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: c95b1f94-1acd-407c-bb91-b1ef435ed003 X-Archives-Hash: 550b167c676ea249fb20f42966028e6b commit: 5424d7cc3f86adecebc340ca1ff842d64f9b5e36 Author: Jimi Huotari gentoo org> AuthorDate: Tue Nov 19 11:57:14 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Tue Nov 19 11:57:14 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=5424d7cc x11-terms/qterminal: fix layer-shell-qt dependency Add a slot dependency that went missing at some point. Also add a missing slot operator on 'qtbase'. Signed-off-by: Jimi Huotari gentoo.org> x11-terms/qterminal/qterminal-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild index 76071ef4..74c489aa 100644 --- a/x11-terms/qterminal/qterminal-9999.ebuild +++ b/x11-terms/qterminal/qterminal-9999.ebuild @@ -23,8 +23,8 @@ RESTRICT="!test? ( test )" BDEPEND=">=dev-util/lxqt-build-tools-2.1.0" DEPEND=" - >=dev-qt/qtbase-6.6:6[dbus,gui,widgets,X] - kde-plasma/layer-shell-qt + >=dev-qt/qtbase-6.6:6=[dbus,gui,widgets,X] + kde-plasma/layer-shell-qt:6 x11-libs/libX11 ~x11-libs/qtermwidget-${PV}:= "