From 89603911e42ebc787363db10040952a83150ff57 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 19 Jun 2024 12:02:42 +0200 Subject: [PATCH] dev-lang/rust: remove 'changelog-seen' it has been removed https://github.com/rust-lang/rust/pull/123711 Signed-off-by: Mathieu Tortuyaux --- .../third_party/coreos-overlay/dev-lang/rust/rust-1.79.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/dev-lang/rust/rust-1.79.0.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-lang/rust/rust-1.79.0.ebuild index 05340bd44d..603cc20385 100644 --- a/sdk_container/src/third_party/coreos-overlay/dev-lang/rust/rust-1.79.0.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/dev-lang/rust/rust-1.79.0.ebuild @@ -357,7 +357,6 @@ src_configure() { local cm_btype="$(usex debug DEBUG RELEASE)" cat <<- _EOF_ > "${S}"/config.toml - changelog-seen = 2 [llvm] download-ci-llvm = false optimize = $(toml_usex !debug)