Diff detachtty-11.0.0 with a detachtty-11.0.0-r1

/usr/portage/app-misc/detachtty/detachtty-11.0.0-r1.ebuild 2023-10-09 14:52:28.792368332 +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

  
......
13 13
SLOT="0"
14 14
KEYWORDS="amd64 ppc sparc x86"
15 15

  
16
PATCHES=( "${FILESDIR}/${P}-sparc.patch" )
16
PATCHES=(
17
	"${FILESDIR}/${P}-sparc.patch"
18
	"${FILESDIR}/${P}-clang16-build-fix.patch"
19
)
17 20

  
18 21
src_compile() {
19 22
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
Thank you!