Diff leechcorepyc-2.14.3 with a leechcorepyc-2.15.0

/usr/portage/dev-python/leechcorepyc/leechcorepyc-2.15.0.ebuild 2023-10-09 14:52:30.304368371 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
DISTUTILS_EXT=1
6 7
DISTUTILS_USE_PEP517=setuptools
7 8
PYTHON_COMPAT=( python3_{10..12} )
8 9

  
......
13 14

  
14 15
LICENSE="GPL-3"
15 16
SLOT="0"
16
KEYWORDS="amd64 x86"
17
KEYWORDS="~amd64 ~x86"
17 18

  
18 19
# leechcorepyc ships with a bundled version of the LeechCore library. So we
19 20
# don't depend on the library here. But we must be aware this module doesn't
......
24 25

  
25 26
PATCHES=(
26 27
	"${FILESDIR}/${PN}-2.14.0-respect-CC.patch"
27
	"${FILESDIR}/${PN}-2.14.0-cflags.patch"
28 28
)
29 29

  
30
src_prepare() {
31
	default
32

  
33
	# Avoid redefining _FORTIFY_SOURCE. See #893824, #906715.
34
	sed -i -e 's/ -D_FORTIFY_SOURCE=2 / /g' leechcore/Makefile || die
35
}
36

  
30 37
src_configure() {
31 38
	tc-export CC
32 39

  
Thank you!