dev-lang/rust: Temporarily disable musl patch

The Gentoo musl patch is not used by us but fails to apply for 1.75.
Disable it for now until we sync again a new ebuild from Gentoo.
This commit is contained in:
Kai Lueke 2024-01-04 16:03:07 +01:00
parent f4b2ef8c87
commit f0d30e78e7

View File

@ -168,7 +168,7 @@ VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/rust.asc
PATCHES=( PATCHES=(
#"${FILESDIR}"/1.72.0-bump-libc-deps-to-0.2.146.patch # pending refresh #"${FILESDIR}"/1.72.0-bump-libc-deps-to-0.2.146.patch # pending refresh
"${FILESDIR}"/1.70.0-ignore-broken-and-non-applicable-tests.patch "${FILESDIR}"/1.70.0-ignore-broken-and-non-applicable-tests.patch
"${FILESDIR}"/1.62.1-musl-dynamic-linking.patch #"${FILESDIR}"/1.62.1-musl-dynamic-linking.patch # Only used by upstream Gentoo, fails for 1.75
"${FILESDIR}"/1.67.0-doc-wasm.patch "${FILESDIR}"/1.67.0-doc-wasm.patch
) )