Diff wine-gecko-2.47.3 with a wine-gecko-2.47.4

/usr/portage/app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild 2023-10-09 14:52:28.740368331 +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
......
20 20

  
21 21
LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
22 22
SLOT="${PV}"
23
KEYWORDS="amd64 x86"
23
KEYWORDS="~amd64 ~x86"
24 24
IUSE="+abi_x86_32 abi_x86_64 +shared"
25 25
REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )"
26 26

  
Thank you!