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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 248A2158042 for ; Wed, 30 Oct 2024 12:13:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87F1EE082F; Wed, 30 Oct 2024 09:43:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 71482E082F for ; Wed, 30 Oct 2024 09:43:57 +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 2330D344955 for ; Wed, 30 Oct 2024 09:43:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F06DAE7 for ; Wed, 30 Oct 2024 09:43:54 +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: <1730281414.c345b5d02a4ba431b1d7e2a0d155e3273166a90a.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-r2.ebuild X-VCS-Directories: gui-apps/hypridle/ X-VCS-Committer: aruhier X-VCS-Committer-Name: Anthony Ruhier X-VCS-Revision: c345b5d02a4ba431b1d7e2a0d155e3273166a90a X-VCS-Branch: dev Date: Wed, 30 Oct 2024 09:43:54 +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: daf4119a-d252-4fb2-b786-1914fe521164 X-Archives-Hash: f33054ac41d93c48619a0bf1074513f6 commit: c345b5d02a4ba431b1d7e2a0d155e3273166a90a Author: Anthony Ruhier mailbox org> AuthorDate: Wed Oct 30 09:43:34 2024 +0000 Commit: Anthony Ruhier mailbox org> CommitDate: Wed Oct 30 09:43:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c345b5d0 gui-apps/hypridle: limit sdbus to 0/1 slot Build fails with sdbus 2. Signed-off-by: Anthony Ruhier mailbox.org> gui-apps/hypridle/hypridle-0.1.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/hypridle/hypridle-0.1.2-r2.ebuild b/gui-apps/hypridle/hypridle-0.1.2-r2.ebuild index c1ca1ca65..fc6de89e5 100644 --- a/gui-apps/hypridle/hypridle-0.1.2-r2.ebuild +++ b/gui-apps/hypridle/hypridle-0.1.2-r2.ebuild @@ -20,7 +20,7 @@ LICENSE="BSD" SLOT="0" RDEPEND=" - dev-cpp/sdbus-c++:= + dev-cpp/sdbus-c++:0/1 >=dev-libs/hyprlang-0.4.0 dev-libs/wayland "