Skip to content

Commit

Permalink
app-arch/bzip2: ensure libbz2.so.1.0 gets dropped on the next bump
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed Feb 18, 2022
1 parent 99f6a7a commit 63f2e2b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app-arch/bzip2/bzip2-1.0.8-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# XXX: atm, libbz2.a is always PIC :(, so it is always built quickly
Expand All @@ -8,6 +8,10 @@ EAPI=7

inherit toolchain-funcs multilib-minimal usr-ldscript

if [[ ${PVR} != 1.0.8-r1 ]]; then
die "Please remove libbz2.so.1.0 logic from multilib_src_install"
fi

DESCRIPTION="A high-quality data compressor used extensively by Gentoo Linux"
HOMEPAGE="https://sourceware.org/bzip2/"
SRC_URI="https://sourceware.org/pub/${PN}/${P}.tar.gz"
Expand Down

0 comments on commit 63f2e2b

Please sign in to comment.