Diff jetbrains-mono-2.242 with a jetbrains-mono-2.304

/usr/portage/media-fonts/jetbrains-mono/jetbrains-mono-2.304.ebuild 2023-10-09 14:52:31.604368403 +0300
1
# Copyright 2021-2022 Gentoo Authors
1
# Copyright 2021-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit font
7 7

  
......
11 11

  
12 12
LICENSE="OFL-1.1"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~loong ~riscv x86"
14
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
15 15

  
16 16
BDEPEND="app-arch/unzip"
17 17

  
Thank you!