Diff man-pages-l10n-4.18.1-r1 with a man-pages-l10n-4.19.0

/usr/portage/app-i18n/man-pages-l10n/man-pages-l10n-4.19.0.ebuild 2023-10-09 14:52:28.760368332 +0300
1 1
# Copyright 1999-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
DESCRIPTION="A somewhat comprehensive collection of man page translations"
7 7
HOMEPAGE="https://manpages-l10n-team.pages.debian.net/manpages-l10n/"
......
10 10

  
11 11
LICENSE="GPL-3+"
12 12
SLOT="0"
13
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
13
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
14 14
# fa and ko omitted because of build failures (patches are welcome!)
15 15
MY_L10N=(cs da de el es fi fr hu id it mk nb nl pl pt-BR ro ru sr sv uk vi)
16 16
IUSE="${MY_L10N[@]/#/l10n_}"
17
# require at least one language lest we install an empty package
18
# pkgcheck warning: RequiredUseDefaults
17 19
REQUIRED_USE="|| ( ${MY_L10N[@]/#/l10n_} )"
18 20

  
19 21
RDEPEND="virtual/man
Thank you!