commit: 63f2e2bffffb16a6d2727673100a67d3711a7617
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 18 19:37:32 2022 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 19:38:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f2e2bf
app-arch/bzip2: ensure libbz2.so.1.0 gets dropped on the next bump
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
app-arch/bzip2/bzip2-1.0.8-r1.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
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"