summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-02-18 14:37:32 -0500
committerMike Gilbert <floppym@gentoo.org>2022-02-18 14:38:47 -0500
commit63f2e2bffffb16a6d2727673100a67d3711a7617 (patch)
tree795d3ee577634164126b7affe28886a442aeef96 /app-arch/bzip2
parentsys-cluster/k3s: remove unused patch (diff)
downloadgentoo-63f2e2bffffb16a6d2727673100a67d3711a7617.tar.gz
gentoo-63f2e2bffffb16a6d2727673100a67d3711a7617.tar.bz2
gentoo-63f2e2bffffb16a6d2727673100a67d3711a7617.zip
app-arch/bzip2: ensure libbz2.so.1.0 gets dropped on the next bump
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-arch/bzip2')
-rw-r--r--app-arch/bzip2/bzip2-1.0.8-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/app-arch/bzip2/bzip2-1.0.8-r1.ebuild b/app-arch/bzip2/bzip2-1.0.8-r1.ebuild
index 49d36f93d65a..20e9e8edeb87 100644
--- a/app-arch/bzip2/bzip2-1.0.8-r1.ebuild
+++ b/app-arch/bzip2/bzip2-1.0.8-r1.ebuild
@@ -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
@@ -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"