Diff fastjet-contrib-1.049-r1 with a fastjet-contrib-1.049-r2

/usr/portage/sci-physics/fastjet-contrib/fastjet-contrib-1.049-r2.ebuild 2023-10-09 14:52:35.252368495 +0300
1
# Copyright 2022 Gentoo Authors
1
# Copyright 2022-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
23 23
PATCHES=(
24 24
	"${FILESDIR}"/${P}-soname.patch
25 25
	"${FILESDIR}"/${P}-ar.patch
26
	"${FILESDIR}"/${P}-musl.patch
26 27
)
27 28

  
28 29
src_configure() {
Thank you!