diff options
author | Sam James <sam@gentoo.org> | 2022-09-23 05:33:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-23 06:17:13 +0100 |
commit | c08b76878e08bc3067ee78083a65c15e501d3011 (patch) | |
tree | 62aa0365a504305bbf8b4816c5eef7cae63ea3cc /app-arch/bzip2 | |
parent | sys-apps/usbredir: add 0.13.0 (diff) | |
download | gentoo-c08b76878e08bc3067ee78083a65c15e501d3011.tar.gz gentoo-c08b76878e08bc3067ee78083a65c15e501d3011.tar.bz2 gentoo-c08b76878e08bc3067ee78083a65c15e501d3011.zip |
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@gentoo.org>
Diffstat (limited to 'app-arch/bzip2')
-rw-r--r-- | app-arch/bzip2/bzip2-9999.ebuild | 7 |
1 files changed, 0 insertions, 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 |