commit: 9d39168d8ec3776067bd68226243abe050ad666a Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Sun Nov 3 15:19:12 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 6 11:19:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d39168d
dev-lang/rust: Remove i586 sed This was left in by mistake and requires a second patch which is not ready for primetime at this moment. Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39192 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lang/rust/rust-1.82.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-lang/rust/rust-1.82.0.ebuild b/dev-lang/rust/rust-1.82.0.ebuild index d7ad75bf3f9b..dbcf51f5fc2c 100644 --- a/dev-lang/rust/rust-1.82.0.ebuild +++ b/dev-lang/rust/rust-1.82.0.ebuild @@ -310,7 +310,8 @@ 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 + # Required for i586 support, commented out until ready for wider use. + #grep -rl cmd.args.push\(\"-march=i686\" . | xargs sed -i 's/march=i686/-march=i586/g' || die fi fi
