Dropped from non-live some time ago. The live ebuild actually has its own issues but we were/are waiting for a new upstream release with autotools merged before it's worth fixing that.
Signed-off-by: Sam James <s...@gentoo.org> --- app-arch/bzip2/bzip2-9999.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/app-arch/bzip2/bzip2-9999.ebuild b/app-arch/bzip2/bzip2-9999.ebuild index da72a148ab56e..21942aa3ab6f6 100644 --- a/app-arch/bzip2/bzip2-9999.ebuild +++ b/app-arch/bzip2/bzip2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -33,14 +33,6 @@ multilib_src_configure() { meson_src_configure } -multilib_src_install() { - meson_src_install - - if multilib_is_native_abi ; then - gen_usr_ldscript -a bz2 - fi -} - multilib_src_install_all() { dodir /bin mv "${ED}"/usr/bin/bzip2 "${ED}"/bin/bzip2-reference || die -- 2.49.0