Diff elfutils-0.188 with a elfutils-0.189-r1

/usr/portage/dev-libs/elfutils/elfutils-0.189-r1.ebuild 2023-10-09 14:52:29.496368350 +0300
4 4
EAPI=8
5 5

  
6 6
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/elfutils.gpg
7
inherit flag-o-matic multilib-minimal verify-sig
7
inherit autotools flag-o-matic multilib-minimal verify-sig
8 8

  
9 9
DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)"
10 10
HOMEPAGE="https://sourceware.org/elfutils/"
......
14 14

  
15 15
LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
16 16
SLOT="0"
17
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
17
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
18 18
IUSE="bzip2 lzma nls static-libs test +utils zstd"
19 19
RESTRICT="!test? ( test )"
20 20

  
......
43 43

  
44 44
PATCHES=(
45 45
	"${WORKDIR}"/${PN}-0.187-patches/
46
	"${FILESDIR}"/${P}-configure-bashisms.patch
47
	"${FILESDIR}"/${P}-clang16-tests.patch
46 48
)
47 49

  
48 50
src_unpack() {
......
61 63
		eapply "${WORKDIR}"/${PN}-0.187-patches/musl/
62 64
	fi
63 65

  
66
	# Only here for ${P}-configure-bashisms.patch, delete on next bump!
67
	eautoreconf
68

  
64 69
	if ! use static-libs; then
65 70
		sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in || die
66 71
	fi
Thank you!