Diff go-bootstrap-1.18.6 with a go-bootstrap-1.19.1

/usr/portage/dev-lang/go-bootstrap/go-bootstrap-1.19.1.ebuild 2023-10-09 14:52:29.460368349 +0300
10 10
	amd64? ( ${BOOTSTRAP_DIST}/go-linux-amd64-bootstrap-${PV}.tbz )
11 11
	arm? ( ${BOOTSTRAP_DIST}/go-linux-arm-bootstrap-${PV}.tbz )
12 12
	arm64? ( ${BOOTSTRAP_DIST}/go-linux-arm64-bootstrap-${PV}.tbz )
13
	loong? ( ${BOOTSTRAP_DIST}/go-linux-loong64-bootstrap-${PV}.tbz )
14
	mips? (
15
		abi_mips_o32? (
16
			big-endian? ( ${BOOTSTRAP_DIST}/go-linux-mips-bootstrap-${PV}.tbz )
17
			!big-endian? ( ${BOOTSTRAP_DIST}/go-linux-mipsle-bootstrap-${PV}.tbz )
18
		)
19
		abi_mips_n64? (
20
			big-endian? ( ${BOOTSTRAP_DIST}/go-linux-mips64-bootstrap-${PV}.tbz )
21
			!big-endian? ( ${BOOTSTRAP_DIST}/go-linux-mips64le-bootstrap-${PV}.tbz )
22
		)
23
	)
13 24
	ppc64? (
14 25
		big-endian? ( ${BOOTSTRAP_DIST}/go-linux-ppc64-bootstrap-${PV}.tbz )
15 26
		!big-endian? ( ${BOOTSTRAP_DIST}/go-linux-ppc64le-bootstrap-${PV}.tbz )
......
24 35

  
25 36
LICENSE="BSD"
26 37
SLOT="0"
27
KEYWORDS="-* amd64 arm arm64 ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris"
28
IUSE="big-endian"
38
KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris"
39
IUSE="abi_mips_n64 abi_mips_o32 big-endian"
29 40
RESTRICT="strip"
30 41
QA_PREBUILT="*"
31 42

  
Thank you!