Diff makeself-2.4.5 with a makeself-2.5.0

/usr/portage/app-arch/makeself/makeself-2.5.0.ebuild 2023-10-09 14:52:28.188368317 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 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 optfeature
7 7

  
......
11 11

  
12 12
LICENSE="GPL-2+"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux"
14
KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
15 15

  
16 16
# NB: The test framework requires bashunit (which isn't a big deal), but the
17 17
# tests themselves are not of great quality.  You should avoid running them
......
26 26
	dobin makeself-header.sh makeself.sh
27 27
	dosym makeself.sh /usr/bin/makeself
28 28
	doman makeself.1
29
	dodoc README.md makeself.lsm
29
	dodoc README.md
30 30
}
31 31

  
32 32
pkg_postinst() {
33
	optfeature "bzip3 support" app-arch/bzip3
33 34
	optfeature "lz4 support" app-arch/lz4
34 35
	optfeature "lzop support" app-arch/lzop
35 36
	optfeature "pbzip2 support" app-arch/pbzip2
Thank you!