Diff trayer-1.0-r4 with a trayer-1.0-r5

/usr/portage/x11-misc/trayer/trayer-1.0-r5.ebuild 2023-10-09 14:52:35.948368513 +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

  
......
25 25
	"${FILESDIR}"/${P}-dont-include-libXmu.patch
26 26
	"${FILESDIR}"/${P}-as-needed-and-pre-stripped.patch
27 27
	"${FILESDIR}"/${P}-fno-common.patch
28
	"${FILESDIR}"/${P}-fix-incompatible-pointer-types.patch
28 29
)
29 30

  
30 31
src_compile() {
Thank you!