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 EDC1D1581C1 for ; Sun, 14 Jul 2024 00:34:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 752892BC093; Sun, 14 Jul 2024 00:34:50 +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 5732E2BC093 for ; Sun, 14 Jul 2024 00:34:50 +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 0579E342F94 for ; Sun, 14 Jul 2024 00:34:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 280BB1E38 for ; Sun, 14 Jul 2024 00:34:45 +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: <1720875687.5fee85d92f0c3597c5c80364b68b24f943773103.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-laptop/framework_tool/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-laptop/framework_tool/framework_tool-9999.ebuild X-VCS-Directories: app-laptop/framework_tool/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 5fee85d92f0c3597c5c80364b68b24f943773103 X-VCS-Branch: master Date: Sun, 14 Jul 2024 00:34:45 +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: 389b734d-c0da-46c7-b162-9cbfc788f601 X-Archives-Hash: 4499343d8d7f3ae8a63e12bbe7984f3c commit: 5fee85d92f0c3597c5c80364b68b24f943773103 Author: Yuan Liao gmail com> AuthorDate: Sat Jul 13 12:56:48 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Jul 13 13:01:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fee85d9 app-laptop/framework_tool: Sync live ebuild Signed-off-by: Yuan Liao gmail.com> app-laptop/framework_tool/framework_tool-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-laptop/framework_tool/framework_tool-9999.ebuild b/app-laptop/framework_tool/framework_tool-9999.ebuild index 3f43368a0..a8ff836a5 100644 --- a/app-laptop/framework_tool/framework_tool-9999.ebuild +++ b/app-laptop/framework_tool/framework_tool-9999.ebuild @@ -11,13 +11,15 @@ CRATES=" " if ! is_live; then - GIT_COMMIT_UEFI_RS="76130a0f1c1585012e598b8c514526bac09c68e0" + GIT_COMMIT_RUST_HWIO="9e6e7529ffd6caf7aa6a17be1eca6756b302f736" GIT_COMMIT_SMBIOS_LIB="b3e2fff8a6f4b8c2d729467cbbf0c8c41974cd1c" + GIT_COMMIT_UEFI_RS="76130a0f1c1585012e598b8c514526bac09c68e0" declare -A GIT_CRATES=( + [redox_hwio]="https://github.com/FrameworkComputer/rust-hwio;${GIT_COMMIT_RUST_HWIO};rust-hwio-%commit%" + [smbios-lib]="https://github.com/FrameworkComputer/smbios-lib;${GIT_COMMIT_SMBIOS_LIB}" [uefi]="https://github.com/FrameworkComputer/uefi-rs;${GIT_COMMIT_UEFI_RS};uefi-rs-%commit%/uefi" [uefi-services]="https://github.com/FrameworkComputer/uefi-rs;${GIT_COMMIT_UEFI_RS};uefi-rs-%commit%/uefi-services" - [smbios-lib]="https://github.com/FrameworkComputer/smbios-lib;${GIT_COMMIT_SMBIOS_LIB}" ) fi