Diff empty-0.6.21b with a empty-0.6.23c

/usr/portage/app-misc/empty/empty-0.6.23c.ebuild 2023-10-09 14:52:28.796368333 +0300
1
# Copyright 1999-2022 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 toolchain-funcs
7 7

  
......
17 17

  
18 18
PATCHES=( "${FILESDIR}/${PN}-respect-LDFLAGS.patch" )
19 19

  
20
S="${WORKDIR}"
21

  
22 20
src_compile() {
23 21
	emake CC="$(tc-getCC)"
24 22
}
......
26 24
src_install() {
27 25
	dobin empty
28 26
	doman empty.1
29
	dodoc README
27
	dodoc README.txt
30 28
	dodoc -r examples
31 29
}
Thank you!