Diff mongosh-bin-1.1.9 with a mongosh-bin-1.3.1

/usr/portage/app-admin/mongosh-bin/mongosh-bin-1.3.1.ebuild 2023-10-09 14:52:28.160368317 +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
EAPI="8"
4
EAPI=8
5 5

  
6 6
MY_PN="${PN%-bin}"
7 7
MY_P=${MY_PN}-${PV}
......
15 15

  
16 16
LICENSE="Apache-2.0 BSD BSD-2 CC-BY-4.0 ISC MIT WTFPL-2"
17 17
SLOT="0"
18
KEYWORDS="~amd64 ~arm64"
18
KEYWORDS="amd64 ~arm64"
19 19

  
20 20
RDEPEND="dev-libs/cyrus-sasl[kerberos]"
21 21

  
Thank you!