commit:     c08b76878e08bc3067ee78083a65c15e501d3011
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 04:33:29 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 05:17:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08b7687

app-arch/bzip2: cleanup obsolete hack in 9999

We already removed it from release versions a few weeks ago.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/bzip2/bzip2-9999.ebuild | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/app-arch/bzip2/bzip2-9999.ebuild b/app-arch/bzip2/bzip2-9999.ebuild
index 38d766cedafc..9d9bd0d4385c 100644
--- a/app-arch/bzip2/bzip2-9999.ebuild
+++ b/app-arch/bzip2/bzip2-9999.ebuild
@@ -35,13 +35,6 @@ multilib_src_configure() {
 multilib_src_install() {
        meson_src_install
 
-       # Install libbz2.so.1.0 due to accidental soname change in 1.0.7.
-       # Reference: 98da0ad82192d21ad74ae52366ea8466e2acea24.
-       # OK to remove one year after 2020-04-11.
-       if [[ ! -L "${ED}/usr/$(get_libdir)/libbz2.so.1.0" ]]; then
-               dosym libbz2.so.1 "/usr/$(get_libdir)/libbz2.so.1.0"
-       fi
-
        if multilib_is_native_abi ; then
                gen_usr_ldscript -a bz2
 

Reply via email to