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 E0E46158089 for ; Mon, 30 Oct 2023 08:58:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29D9D2BC013; Mon, 30 Oct 2023 08:58:55 +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 AD4D32BC013 for ; Mon, 30 Oct 2023 08:58:54 +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 79340335C52 for ; Mon, 30 Oct 2023 08:58:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8B4712A1 for ; Mon, 30 Oct 2023 08:58:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1698655880.17db9b57b92bf2d45242e24e13f72c44f44c4165.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/rav1e/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/rav1e/rav1e-9999.ebuild X-VCS-Directories: media-video/rav1e/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 17db9b57b92bf2d45242e24e13f72c44f44c4165 X-VCS-Branch: master Date: Mon, 30 Oct 2023 08:58:51 +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: a9098ce3-d08e-4406-bd7f-4f9f56f8afe7 X-Archives-Hash: edf117ffedbc6ad60248d44384481a28 commit: 17db9b57b92bf2d45242e24e13f72c44f44c4165 Author: Sam James gentoo org> AuthorDate: Mon Oct 30 08:51:20 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 30 08:51:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17db9b57 media-video/rav1e: update live minimum Rust version See 5f66282e48d8cbef18db91bc1fc34fa54f8d9e51 upstream. Signed-off-by: Sam James gentoo.org> media-video/rav1e/rav1e-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/rav1e/rav1e-9999.ebuild b/media-video/rav1e/rav1e-9999.ebuild index 32332b0bd5a9..4c5c34cf6dcf 100644 --- a/media-video/rav1e/rav1e-9999.ebuild +++ b/media-video/rav1e/rav1e-9999.ebuild @@ -262,7 +262,7 @@ IUSE="+capi" ASM_DEP=">=dev-lang/nasm-2.15" BDEPEND=" - >=virtual/rust-1.65.0 + >=virtual/rust-1.70.0 amd64? ( ${ASM_DEP} ) capi? ( >=dev-util/cargo-c-0.6.3 ) "