From 72ef5d93a19e1e0bafa467a5bc086043ea1615f2 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 10 Nov 2024 09:44:02 +0000 Subject: sys-devel/binutils: fix cross patch for 2.43-r2 0037-PR32300-dependency-file-link-dependencies-are-not-al.patch conflicts with binutils-2.43-linker-search-path.patch but we can go back to the one before from 2.42 given that 0037 is a revert. Closes: https://bugs.gentoo.org/943162 Signed-off-by: Sam James --- sys-devel/binutils/binutils-2.43-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-devel') diff --git a/sys-devel/binutils/binutils-2.43-r2.ebuild b/sys-devel/binutils/binutils-2.43-r2.ebuild index 3a2ace907f82..18d5aa85e3df 100644 --- a/sys-devel/binutils/binutils-2.43-r2.ebuild +++ b/sys-devel/binutils/binutils-2.43-r2.ebuild @@ -131,8 +131,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 -- cgit v1.2.3-65-gdbad