Diff libfstrcmp-0.7 with a libfstrcmp-0.7-r1

/usr/portage/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild 2023-10-09 14:52:29.516368351 +0300
1
# Copyright 1999-2018 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
9 9
HOMEPAGE="http://fstrcmp.sourceforge.net/"
10 10

  
11 11
LICENSE="GPL-3+"
12
IUSE="doc test"
12
IUSE="doc static-libs test"
13 13
SLOT="0"
14 14

  
15 15
SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
16 16
S="${WORKDIR}/fstrcmp-0.7.D001"
17
KEYWORDS="amd64 x86"
17
KEYWORDS="amd64 ~arm arm64 x86"
18 18

  
19 19
DEPEND="
20 20
	sys-apps/groff
......
35 35

  
36 36
src_install() {
37 37
	emake DESTDIR="${D}" install-bin install-include install-libdir install-man
38
	find "${D}" -name '*.la' -delete || die
39
	if ! use static-libs ; then
40
		find "${D}" -name '*.a' -delete || die
41
	fi
38 42
	use doc && emake DESTDIR="${D}" install-doc
39 43
	einstalldocs
40 44
}
Thank you!