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 CE1DA1581D3 for ; Fri, 24 May 2024 11:27:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9163E2A79; Fri, 24 May 2024 11:27:34 +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 B9747E2A79 for ; Fri, 24 May 2024 11:27:34 +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 71777340775 for ; Fri, 24 May 2024 11:27:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC3A0ED0 for ; Fri, 24 May 2024 11:27:31 +0000 (UTC) From: "Anthony Ruhier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony Ruhier" Message-ID: <1716550019.d8f18a52e3fbce441f9db4337655792c6ade959c.aruhier@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-r1.ebuild gui-apps/hypridle/hypridle-0.1.2.ebuild X-VCS-Directories: gui-apps/hypridle/ X-VCS-Committer: aruhier X-VCS-Committer-Name: Anthony Ruhier X-VCS-Revision: d8f18a52e3fbce441f9db4337655792c6ade959c X-VCS-Branch: dev Date: Fri, 24 May 2024 11:27:31 +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: 18a6d03f-cc56-47dc-b029-4d2e43c74cce X-Archives-Hash: 5eaba67955d30141ab7fd33f1eea777e commit: d8f18a52e3fbce441f9db4337655792c6ade959c Author: Anthony Ruhier mailbox org> AuthorDate: Fri May 24 11:26:59 2024 +0000 Commit: Anthony Ruhier mailbox org> CommitDate: Fri May 24 11:26:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8f18a52 gui-apps/hypridle: Update mesa dependency Signed-off-by: Anthony Ruhier mailbox.org> gui-apps/hypridle/{hypridle-0.1.2.ebuild => hypridle-0.1.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/hypridle/hypridle-0.1.2.ebuild b/gui-apps/hypridle/hypridle-0.1.2-r1.ebuild similarity index 94% rename from gui-apps/hypridle/hypridle-0.1.2.ebuild rename to gui-apps/hypridle/hypridle-0.1.2-r1.ebuild index 11e24b3e4..e1ff2ef75 100644 --- a/gui-apps/hypridle/hypridle-0.1.2.ebuild +++ b/gui-apps/hypridle/hypridle-0.1.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake +inherit cmake toolchain-funcs COMMIT="158c52c4a76cff7a1635be8ec1a4a369bc8674ed" DESCRIPTION="Hyprland's idle daemon" @@ -31,7 +31,7 @@ RDEPEND=" ) >=gui-wm/hyprland-0.35.0 dev-cpp/sdbus-c++ - >=dev-libs/hyprlang-0.4.0 + >=dev-libs/hyprlang-0.4.0 " DEPEND=" ${RDEPEND}