dev-lang/rust: remove 'changelog-seen'

it has been removed https://github.com/rust-lang/rust/pull/123711

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2024-06-19 12:02:42 +02:00
parent 969f12a531
commit 89603911e4
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -357,7 +357,6 @@ src_configure() {
local cm_btype="$(usex debug DEBUG RELEASE)" local cm_btype="$(usex debug DEBUG RELEASE)"
cat <<- _EOF_ > "${S}"/config.toml cat <<- _EOF_ > "${S}"/config.toml
changelog-seen = 2
[llvm] [llvm]
download-ci-llvm = false download-ci-llvm = false
optimize = $(toml_usex !debug) optimize = $(toml_usex !debug)