Diff X11-XCB-0.190.0 with a X11-XCB-0.190.0-r1

/usr/portage/dev-perl/X11-XCB/X11-XCB-0.190.0-r1.ebuild 2023-10-09 14:52:29.944368362 +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 4
EAPI=7
......
46 46
	)
47 47
"
48 48

  
49
PATCHES=(
50
	"${FILESDIR}"/${P}-build-fixes.patch
51
)
52

  
49 53
src_compile() {
50 54
	mymake=(
51 55
		"OPTIMIZE=${CFLAGS}"
Thank you!