diff options
author | Sam James <sam@gentoo.org> | 2024-03-08 19:58:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-08 19:58:57 +0000 |
commit | bd72dc1ebb02322e44ad919f8eeab73edafcf3be (patch) | |
tree | 92e32c418d8ee1d5511ef48bd2d900c79c1267bd /sys-devel/binutils-hppa64 | |
parent | net-misc/curl: Stabilize 8.5.0-r3 hppa, #924915 (diff) | |
download | gentoo-bd72dc1ebb02322e44ad919f8eeab73edafcf3be.tar.gz gentoo-bd72dc1ebb02322e44ad919f8eeab73edafcf3be.tar.bz2 gentoo-bd72dc1ebb02322e44ad919f8eeab73edafcf3be.zip |
sys-devel/binutils-hppa64: don't apply prefix hack patch here
'is_cross' fires because of hppa64 vs hppa2.0.
Closes: https://bugs.gentoo.org/925099
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/binutils-hppa64')
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.42-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.42-r1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.42-r1.ebuild index 0341625022de..9826f659b232 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.42-r1.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.42-r1.ebuild @@ -121,7 +121,7 @@ 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 + if [[ ${PN} != binutils-hppa64 ]] && { is_cross || use prefix; } ; then eapply "${FILESDIR}"/binutils-2.40-linker-search-path.patch \ "${FILESDIR}"/binutils-2.41-linker-prefix.patch fi |