commit: 30c561fe7e6692837e7770ede4358138ed8829b8 Author: Kacper Słomiński <kacper.slominski72 <AT> gmail <DOT> com> AuthorDate: Thu Feb 6 17:11:21 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 6 17:18:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c561fe
sys-devel/binutils: Switch to previous patches for 2.44 The change that necessitated the new patches in 2.43 seems to have been reverted in 2.44. Closes: https://bugs.gentoo.org/949373 Signed-off-by: Kacper Słomiński <kacper.slominski72 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40471 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/binutils/binutils-2.44.9999.ebuild | 4 ++-- sys-devel/binutils/binutils-2.44.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-devel/binutils/binutils-2.44.9999.ebuild b/sys-devel/binutils/binutils-2.44.9999.ebuild index 57401c0bb097..c0e3858009a8 100644 --- a/sys-devel/binutils/binutils-2.44.9999.ebuild +++ b/sys-devel/binutils/binutils-2.44.9999.ebuild @@ -141,8 +141,8 @@ src_prepare() { # This is applied conditionally for now just out of caution. # It should be okay on non-prefix systems though. See bug #892549. if is_cross || use prefix; then - eapply "${FILESDIR}"/binutils-2.43-linker-search-path.patch \ - "${FILESDIR}"/binutils-2.43-linker-prefix.patch + eapply "${FILESDIR}"/binutils-2.40-linker-search-path.patch \ + "${FILESDIR}"/binutils-2.41-linker-prefix.patch fi fi fi diff --git a/sys-devel/binutils/binutils-2.44.ebuild b/sys-devel/binutils/binutils-2.44.ebuild index dfbd6e472a97..878b49227445 100644 --- a/sys-devel/binutils/binutils-2.44.ebuild +++ b/sys-devel/binutils/binutils-2.44.ebuild @@ -141,8 +141,8 @@ src_prepare() { # This is applied conditionally for now just out of caution. # It should be okay on non-prefix systems though. See bug #892549. if is_cross || use prefix; then - eapply "${FILESDIR}"/binutils-2.43-linker-search-path.patch \ - "${FILESDIR}"/binutils-2.43-linker-prefix.patch + eapply "${FILESDIR}"/binutils-2.40-linker-search-path.patch \ + "${FILESDIR}"/binutils-2.41-linker-prefix.patch fi fi fi
