Diff libpano13-2.9.21-r1 with a libpano13-2.9.21-r2

/usr/portage/media-libs/libpano13/libpano13-2.9.21-r2.ebuild 2023-10-09 14:52:31.692368406 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI="8"
......
11 11

  
12 12
LICENSE="GPL-2"
13 13
SLOT="0/3"
14
KEYWORDS="amd64 arm64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
15
IUSE="java suitesparse"
14
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
15
IUSE="java static-libs suitesparse"
16 16

  
17 17
DEPEND="media-libs/libpng:=
18 18
	media-libs/tiff:=
......
31 31
	)
32 32
	cmake_src_configure
33 33
}
34

  
35
src_install() {
36
	cmake_src_install
37

  
38
	if ! use static-libs ; then
39
		find "${D}" -name "*.a" -type f -delete || die
40
	fi
41
}
Thank you!