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 79E65158089 for ; Mon, 30 Oct 2023 11:27:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E9472BC0D8; Mon, 30 Oct 2023 11:27:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 296172BC0D8 for ; Mon, 30 Oct 2023 11:27:52 +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 71BFF335D17 for ; Mon, 30 Oct 2023 11:27:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5EE0130C for ; Mon, 30 Oct 2023 11:27:48 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1698610942.1bb4103d8383b7c1106f72bcfa1d2f4c30046897.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/eww/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/eww/eww-9999.ebuild X-VCS-Directories: gui-apps/eww/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 1bb4103d8383b7c1106f72bcfa1d2f4c30046897 X-VCS-Branch: master Date: Mon, 30 Oct 2023 11:27:48 +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: cdabcb9d-d1da-4856-907f-741fff07fd17 X-Archives-Hash: c3af83ac6b34702975cebec52987c179 commit: 1bb4103d8383b7c1106f72bcfa1d2f4c30046897 Author: Gonçalo Duarte gmail com> AuthorDate: Sun Oct 29 20:22:22 2023 +0000 Commit: David Roman gmail com> CommitDate: Sun Oct 29 20:22:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bb4103d gui-apps/eww: fix rust version on live ebuild Signed-off-by: Gonçalo Duarte gmail.com> gui-apps/eww/eww-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/eww/eww-9999.ebuild b/gui-apps/eww/eww-9999.ebuild index 650ef160a6..7ab77dd07a 100644 --- a/gui-apps/eww/eww-9999.ebuild +++ b/gui-apps/eww/eww-9999.ebuild @@ -36,7 +36,7 @@ DEPEND=" " BDEPEND=" $DEPEND - dev-lang/rust[nightly] + >=dev-lang/rust-1.73.0[nightly] " RDEPEND=" $DEPEND