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 8EB6A158083 for ; Thu, 26 Sep 2024 12:49:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6794FE29B1; Thu, 26 Sep 2024 12:49:15 +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 4D2FBE29B1 for ; Thu, 26 Sep 2024 12:49:15 +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 5AB36343163 for ; Thu, 26 Sep 2024 12:49:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8EBE1A09 for ; Thu, 26 Sep 2024 12:49:12 +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: <1727354491.6412f036d78df660f06403e5c77ff2cde5798522.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-9999.ebuild X-VCS-Directories: gui-wm/hyprland/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 6412f036d78df660f06403e5c77ff2cde5798522 X-VCS-Branch: master Date: Thu, 26 Sep 2024 12:49:12 +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: 0c346d73-1fd9-46c5-9ea0-0fca7da784a7 X-Archives-Hash: fb82de879c59ef50239bfb7b9846c7a5 commit: 6412f036d78df660f06403e5c77ff2cde5798522 Author: Anthony Ruhier mailbox org> AuthorDate: Tue Sep 24 16:46:54 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Sep 26 12:41:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6412f036 gui-wm/hyprland: 9999 requires hyprutils-0.2.3 Closes: https://github.com/gentoo/gentoo/pull/38758 Signed-off-by: Anthony Ruhier mailbox.org> Signed-off-by: Yixun Lan gentoo.org> gui-wm/hyprland/hyprland-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-wm/hyprland/hyprland-9999.ebuild b/gui-wm/hyprland/hyprland-9999.ebuild index 31664e318dd9..52da7ef0bfb8 100644 --- a/gui-wm/hyprland/hyprland-9999.ebuild +++ b/gui-wm/hyprland/hyprland-9999.ebuild @@ -58,7 +58,7 @@ DEPEND=" >=dev-libs/hyprland-protocols-0.3 >=dev-libs/hyprlang-0.3.2 >=dev-libs/wayland-protocols-1.36 - >=gui-libs/hyprutils-0.2.1 + >=gui-libs/hyprutils-0.2.3 " BDEPEND=" || ( >=sys-devel/gcc-14:* >=sys-devel/clang-18:* )