From a84915053841beb1a504b153ee5b7067b91b032b Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Tue, 17 Jan 2023 14:03:38 +0100 Subject: [PATCH] dev-lang/rust: bump version from 1.66.0 to 1.66.1 to fix build As the Gentoo ebuild of dev-lang/rust >= 1.66.0 keeps workaround that explicitly checks for a version like 1.66.0, that ebuild would obviously make the build fail with 1.66.1. Update the version from 1.66.0 to 1.66.1 to fix the build. --- .../third_party/coreos-overlay/dev-lang/rust/rust-1.66.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/dev-lang/rust/rust-1.66.1.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-lang/rust/rust-1.66.1.ebuild index 9ecf297c05..370954178f 100644 --- a/sdk_container/src/third_party/coreos-overlay/dev-lang/rust/rust-1.66.1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/dev-lang/rust/rust-1.66.1.ebuild @@ -287,7 +287,7 @@ esetup_unwind_hack() { src_prepare() { # this supidity is needed because patch is too large to be in filesdir # and if we move it to devspace - it lacks checksum for sig verification - if [[ "${PV}" == 1.66.0 ]]; then + if [[ "${PV}" == 1.66.1 ]]; then sed -i \ -e 's/516ba32a547b46a8e80ad20d4a17bf24a00bff0b69b74f56df119f770f3dfff6/fc7eb88c2f5104865379128b76767d36ce5b5fdb9f3483e683d150e514ebc3a3/' \ -e 's/fba10dc8ca9eaf4d481cb82bd1540cf5c05620533c44f917c09a22ea55ef408c/9cc4d1b4511a1f0d91231eb0f11c67ae5e8e38e4becd0bf5eb9e26d043796056/' \