Diff opam-installer-2.0.9-r1 with a opam-installer-2.0.10-r1

/usr/portage/dev-ml/opam-installer/opam-installer-2.0.10-r1.ebuild 2023-10-09 14:52:29.800368358 +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=7
......
16 16

  
17 17
LICENSE="LGPL-2.1"
18 18
SLOT="0/${PV}"
19
KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
19
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
20 20

  
21 21
# Cherry-picked from https://deb.debian.org/debian/pool/main/o/opam/opam_2.0.8-1.debian.tar.xz
22 22
PATCHES=( "${FILESDIR}/debian-Port-to-Dose3-6.0.1.patch" )
Thank you!