diff options
author | 2024-11-12 21:27:39 +0000 | |
---|---|---|
committer | 2024-11-12 21:28:19 +0000 | |
commit | cd6b867a2cf5ec1360bacc3cfcb23293ab1458fc (patch) | |
tree | 9a750e5e4b87ceb19d50accba0452bcfe41cea07 /dev-lang/rust | |
parent | net-misc/unison: drop 2.53.3-r1 (diff) | |
download | gentoo-cd6b867a2cf5ec1360bacc3cfcb23293ab1458fc.tar.gz gentoo-cd6b867a2cf5ec1360bacc3cfcb23293ab1458fc.tar.bz2 gentoo-cd6b867a2cf5ec1360bacc3cfcb23293ab1458fc.zip |
dev-lang/rust: comment out i686 sed in 1.82.0-r100 too
This got lost when slotting Rust when rebasing the PR, i.e. let's reapply
9d39168d8ec3776067bd68226243abe050ad666a.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.82.0-r100.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.82.0-r100.ebuild b/dev-lang/rust/rust-1.82.0-r100.ebuild index a1c5754e615c..396ab5c29179 100644 --- a/dev-lang/rust/rust-1.82.0-r100.ebuild +++ b/dev-lang/rust/rust-1.82.0-r100.ebuild @@ -226,7 +226,7 @@ src_prepare() { if use x86; then if ! use cpu_flags_x86_sse2; then eapply "${FILESDIR}/1.82.0-i586-baseline.patch" - grep -rl cmd.args.push\(\"-march=i686\" . | xargs sed -i 's/march=i686/-march=i586/g' || die + #grep -rl cmd.args.push\(\"-march=i686\" . | xargs sed -i 's/march=i686/-march=i586/g' || die fi fi |