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 AC98F1581D3 for ; Fri, 24 May 2024 06:28:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6701E2A43; Fri, 24 May 2024 06:28:46 +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 pigeon.gentoo.org (Postfix) with ESMTPS id C335FE2A43 for ; Fri, 24 May 2024 06:28:46 +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 BDB3233BF41 for ; Fri, 24 May 2024 06:28:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 326DCED0 for ; Fri, 24 May 2024 06:28:44 +0000 (UTC) From: "Joe Kappus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" Message-ID: <1716531925.f7fd68a0e0d3073244e63cf7676d45b7f4a62db8.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hypridle/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hypridle/hypridle-0.1.2.ebuild gui-apps/hypridle/hypridle-9999.ebuild X-VCS-Directories: gui-apps/hypridle/ X-VCS-Committer: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: f7fd68a0e0d3073244e63cf7676d45b7f4a62db8 X-VCS-Branch: dev Date: Fri, 24 May 2024 06:28:44 +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: 5f3736b2-5a04-45b3-928d-1a06c235e609 X-Archives-Hash: 895b33338a633c52e283f481020266cc commit: f7fd68a0e0d3073244e63cf7676d45b7f4a62db8 Author: Joe Kappus wt gd> AuthorDate: Fri May 24 06:25:25 2024 +0000 Commit: Joe Kappus wt gd> CommitDate: Fri May 24 06:25:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7fd68a0 gui-apps/hypridle: handle mesa dropping gles2 useflag Closes: https://bugs.gentoo.org/932597 Signed-off-by: Joe Kappus wt.gd> gui-apps/hypridle/hypridle-0.1.2.ebuild | 5 ++++- gui-apps/hypridle/hypridle-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gui-apps/hypridle/hypridle-0.1.2.ebuild b/gui-apps/hypridle/hypridle-0.1.2.ebuild index b73b55121..e1ff2ef75 100644 --- a/gui-apps/hypridle/hypridle-0.1.2.ebuild +++ b/gui-apps/hypridle/hypridle-0.1.2.ebuild @@ -25,7 +25,10 @@ SLOT="0" RDEPEND=" dev-libs/wayland gui-libs/egl-wayland - media-libs/mesa[egl(+),gles2] + || ( + >=media-libs/mesa-24.1.0_rc1[opengl] + =gui-wm/hyprland-0.35.0 dev-cpp/sdbus-c++ >=dev-libs/hyprlang-0.4.0 diff --git a/gui-apps/hypridle/hypridle-9999.ebuild b/gui-apps/hypridle/hypridle-9999.ebuild index b73b55121..e1ff2ef75 100644 --- a/gui-apps/hypridle/hypridle-9999.ebuild +++ b/gui-apps/hypridle/hypridle-9999.ebuild @@ -25,7 +25,10 @@ SLOT="0" RDEPEND=" dev-libs/wayland gui-libs/egl-wayland - media-libs/mesa[egl(+),gles2] + || ( + >=media-libs/mesa-24.1.0_rc1[opengl] + =gui-wm/hyprland-0.35.0 dev-cpp/sdbus-c++ >=dev-libs/hyprlang-0.4.0