Diff kgcc64-10.4.0 with a kgcc64-10.5.0

/usr/portage/sys-devel/kgcc64/kgcc64-10.5.0.ebuild 2023-10-09 14:52:35.488368501 +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 4
EAPI=8
......
12 12
	i?86*)    CTARGET=x86_64-${CHOST#*-};;
13 13
esac
14 14
export CTARGET
15

  
15 16
TOOLCHAIN_ALLOWED_LANGS="c"
16 17
TOOLCHAIN_PATCH_DEV="sam"
17
TOOLCHAIN_PATCH_SUFFIX="xz"
18
#TOOLCHAIN_GCC_RC=1
19
PATCH_GCC_VER="10.4.0"
20
PATCH_VER="5"
21
MUSL_VER="1"
22
MUSL_GCC_VER="10.4.0"
18
PATCH_GCC_VER="10.5.0"
19
PATCH_VER="6"
20
MUSL_VER="2"
21
MUSL_GCC_VER="10.5.0"
23 22
GCC_TARGET_NO_MULTILIB=true
24 23

  
25 24
inherit toolchain
......
27 26
DESCRIPTION="64bit kernel compiler"
28 27

  
29 28
# Works on hppa and mips; all other archs, refer to bug #228115
30
KEYWORDS="hppa"
29
KEYWORDS="~hppa"
31 30

  
32 31
# unlike every other target, hppa has not unified the 32/64 bit
33 32
# ports in binutils yet
Thank you!