Diff erfa-1.4.0 with a erfa-2.0.0

/usr/portage/sci-astronomy/erfa/erfa-2.0.0.ebuild 2023-10-09 14:52:34.988368489 +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
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit autotools
7 7

  
......
11 11

  
12 12
LICENSE="BSD"
13 13
SLOT="0/1"
14
KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
15
IUSE=""
14
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
16 15

  
17 16
src_prepare() {
18 17
	default
......
25 24

  
26 25
src_install() {
27 26
	default
28
	find "${ED}" -name '*.la' -delete || die
27
	find "${D}" -name '*.la' -delete || die
29 28
}
Thank you!