Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 923575 Details for
Bug 953127
=dev-lang/rust-1.86.0 : eselect-rust fails to symlink tools due to SLOT change
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch changing ${P} to ${PN}-${SLOT} in file names
rust-1.86.0-r1-use-same-provider-file-name.patch (text/plain), 1.20 KB, created by
Karl-Johan Karlsson
on 2025-04-04 18:37:15 UTC
(
hide
)
Description:
Patch changing ${P} to ${PN}-${SLOT} in file names
Filename:
MIME Type:
Creator:
Karl-Johan Karlsson
Created:
2025-04-04 18:37:15 UTC
Size:
1.20 KB
patch
obsolete
>--- rust-1.86.0.ebuild 2025-04-04 19:58:42.252623743 +0200 >+++ rust-1.86.0-r1.ebuild 2025-04-04 20:28:14.435494508 +0200 >@@ -760,20 +760,20 @@ > _EOF_ > > if use clippy; then >- echo /usr/bin/clippy-driver >> "${T}/provider-${P}" >- echo /usr/bin/cargo-clippy >> "${T}/provider-${P}" >+ echo /usr/bin/clippy-driver >> "${T}/provider-${PN}-${SLOT}" >+ echo /usr/bin/cargo-clippy >> "${T}/provider-${PN}-${SLOT}" > fi > if [[ ${SLOT} == *9999* ]] && use miri; then >- echo /usr/bin/miri >> "${T}/provider-${P}" >- echo /usr/bin/cargo-miri >> "${T}/provider-${P}" >+ echo /usr/bin/miri >> "${T}/provider-${PN}-${SLOT}" >+ echo /usr/bin/cargo-miri >> "${T}/provider-${PN}-${SLOT}" > fi > if use rustfmt; then >- echo /usr/bin/rustfmt >> "${T}/provider-${P}" >- echo /usr/bin/cargo-fmt >> "${T}/provider-${P}" >+ echo /usr/bin/rustfmt >> "${T}/provider-${PN}-${SLOT}" >+ echo /usr/bin/cargo-fmt >> "${T}/provider-${PN}-${SLOT}" > fi > if use rust-analyzer; then >- echo /usr/lib/rust/libexec >> "${T}/provider-${P}" >- echo /usr/bin/rust-analyzer >> "${T}/provider-${P}" >+ echo /usr/lib/rust/libexec >> "${T}/provider-${PN}-${SLOT}" >+ echo /usr/bin/rust-analyzer >> "${T}/provider-${PN}-${SLOT}" > fi > > insinto /etc/env.d/rust
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 953127
: 923575