From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A0E191581EE for ; Tue, 01 Apr 2025 02:32:28 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 881083430F8 for ; Tue, 01 Apr 2025 02:32:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6063B1104B0; Tue, 01 Apr 2025 02:32:27 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 561551104B0 for ; Tue, 01 Apr 2025 02:32:27 +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 0C11F3430BF for ; Tue, 01 Apr 2025 02:32:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92866181E for ; Tue, 01 Apr 2025 02:32:25 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1743474699.4bb939e126e59b136bfd54d58f4f888b831cff85.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/hyprland/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/hyprland/hyprland-0.47.2.ebuild X-VCS-Directories: gui-wm/hyprland/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 4bb939e126e59b136bfd54d58f4f888b831cff85 X-VCS-Branch: master Date: Tue, 01 Apr 2025 02:32:25 +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: 1f940d90-1ce2-46cb-9562-a424e20dddd2 X-Archives-Hash: 468609786dc7c51771a2abaed25aa3ca commit: 4bb939e126e59b136bfd54d58f4f888b831cff85 Author: Yixun Lan gentoo org> AuthorDate: Tue Apr 1 02:25:59 2025 +0000 Commit: Yixun Lan gentoo org> CommitDate: Tue Apr 1 02:31:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb939e1 gui-wm/hyprland: fix aquamarine dep otherwise we got following error ../hyprland-source/src/managers/eventLoop/EventLoopManager.cpp:61:71: error: ‘struct Aquamarine::CBackend::’ has no member named ‘pollFDsChanged’ Signed-off-by: Yixun Lan gentoo.org> gui-wm/hyprland/hyprland-0.47.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-wm/hyprland/hyprland-0.47.2.ebuild b/gui-wm/hyprland/hyprland-0.47.2.ebuild index 17822fd70082..89e768f8eea7 100644 --- a/gui-wm/hyprland/hyprland-0.47.2.ebuild +++ b/gui-wm/hyprland/hyprland-0.47.2.ebuild @@ -41,7 +41,7 @@ RDEPEND=" dev-libs/re2:= >=dev-libs/udis86-1.7.2 >=dev-libs/wayland-1.22.90 - >=gui-libs/aquamarine-0.4.2 + >=gui-libs/aquamarine-0.8.0 >=gui-libs/hyprcursor-0.1.9 >=gui-libs/hyprutils-0.5.2:= media-libs/libglvnd