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 85CCF15808A for ; Thu, 07 Aug 2025 00:07:16 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6F6A834209A for ; Thu, 07 Aug 2025 00:07:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 00261110561; Thu, 07 Aug 2025 00: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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id EB852110561 for ; Thu, 07 Aug 2025 00:07:07 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E88534204C for ; Thu, 07 Aug 2025 00:07:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEEF032A1 for ; Thu, 07 Aug 2025 00:07:04 +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: <1754523814.23f74d7fecdf951454161b60c3b055b47633e58b.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: 23f74d7fecdf951454161b60c3b055b47633e58b X-VCS-Branch: master Date: Thu, 07 Aug 2025 00:07:04 +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: 2dd12871-50a0-4cd0-9fec-dda032be6de3 X-Archives-Hash: 1f5eabae1b2f2f92383e588e317e3a7b commit: 23f74d7fecdf951454161b60c3b055b47633e58b Author: Martin Hanzlowsky gmail com> AuthorDate: Thu Jul 31 15:12:36 2025 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Aug 6 23:43:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f74d7f gui-wm/hyprland: update dependencies Closes: https://github.com/gentoo/gentoo/pull/43266 Signed-off-by: Martin Hanzlowsky gmail.com> Signed-off-by: Yixun Lan gentoo.org> gui-wm/hyprland/hyprland-9999.ebuild | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gui-wm/hyprland/hyprland-9999.ebuild b/gui-wm/hyprland/hyprland-9999.ebuild index ece784e843ea..3bee12cffa2c 100644 --- a/gui-wm/hyprland/hyprland-9999.ebuild +++ b/gui-wm/hyprland/hyprland-9999.ebuild @@ -41,9 +41,9 @@ RDEPEND=" dev-libs/re2:= >=dev-libs/udis86-1.7.2 >=dev-libs/wayland-1.22.90 - >=gui-libs/aquamarine-0.8.0:= + >=gui-libs/aquamarine-0.9.0:= >=gui-libs/hyprcursor-0.1.9 - >=gui-libs/hyprutils-0.5.2:= + >=gui-libs/hyprutils-0.8.2:= media-libs/libglvnd media-libs/mesa sys-apps/util-linux @@ -64,26 +64,26 @@ RDEPEND=" DEPEND=" ${RDEPEND} dev-cpp/glaze - >=dev-libs/hyprland-protocols-0.6.0 - >=dev-libs/wayland-protocols-1.41 + >=dev-libs/hyprland-protocols-0.6.4 + >=dev-libs/wayland-protocols-1.45 " BDEPEND=" - || ( >=sys-devel/gcc-14:* >=llvm-core/clang-18:* ) + || ( >=sys-devel/gcc-15:* >=llvm-core/clang-19:* ) app-misc/jq dev-build/cmake - >=dev-util/hyprwayland-scanner-0.3.10 + >=dev-util/hyprwayland-scanner-0.4.5 virtual/pkgconfig " pkg_setup() { [[ ${MERGE_TYPE} == binary ]] && return - if tc-is-gcc && ver_test $(gcc-version) -lt 14; then - eerror "Hyprland requires >=sys-devel/gcc-14 to build" + if tc-is-gcc && ver_test $(gcc-version) -lt 15; then + eerror "Hyprland requires >=sys-devel/gcc-15 to build" eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc" die "GCC version is too old to compile Hyprland!" - elif tc-is-clang && ver_test $(clang-version) -lt 18; then - eerror "Hyprland requires >=llvm-core/clang-18 to build" + elif tc-is-clang && ver_test $(clang-version) -lt 19; then + eerror "Hyprland requires >=llvm-core/clang-19 to build" eerror "Please upgrade Clang: emerge -v1 llvm-core/clang" die "Clang version is too old to compile Hyprland!" fi