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 BBA58158089 for ; Sun, 29 Oct 2023 20:24:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1B962BC033; Sun, 29 Oct 2023 20:24:20 +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 B728F2BC033 for ; Sun, 29 Oct 2023 20:24:20 +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 C9B4C335C52 for ; Sun, 29 Oct 2023 20:24:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A11F12F2 for ; Sun, 29 Oct 2023 20:24:18 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1698610942.1bb4103d8383b7c1106f72bcfa1d2f4c30046897.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: 1bb4103d8383b7c1106f72bcfa1d2f4c30046897 X-VCS-Branch: dev Date: Sun, 29 Oct 2023 20:24:18 +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: faf2453d-bdc3-48b6-9b94-d6a4305b51ad X-Archives-Hash: 81ee2cbe465cb09f74e6041b3a9badbc commit: 1bb4103d8383b7c1106f72bcfa1d2f4c30046897 Author: Gonçalo Duarte gmail com> AuthorDate: Sun Oct 29 20:22:22 2023 +0000 Commit: Gonçalo Negrier Duarte 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