Diff bugzilla-5.0.6-r1 with a bugzilla-5.0.6-r2

/usr/portage/www-apps/bugzilla/bugzilla-5.0.6-r2.ebuild 2023-10-09 14:52:35.868368511 +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
......
10 10
HOMEPAGE="https://www.bugzilla.org"
11 11

  
12 12
LICENSE="MPL-2.0"
13
KEYWORDS="amd64 ~riscv x86"
13
KEYWORDS="~amd64 ~riscv ~x86"
14 14

  
15 15
IUSE="apache2 doc mysql postgres +sqlite test"
16 16
RESTRICT="!test? ( test )"
......
26 26
	>=dev-perl/DateTime-0.750.0
27 27
	>=dev-perl/DateTime-TimeZone-1.640.0
28 28
	virtual/perl-Digest-SHA
29
	>=dev-perl/Email-MIME-1.904.0
29
	>=dev-perl/Email-Address-1.913.0
30 30
	>=dev-perl/Email-Sender-1.300.11
31
	>=dev-perl/Email-MIME-1.904.0
31 32
	>=dev-perl/JSON-XS-2.10.0
32 33
	>=dev-perl/List-MoreUtils-0.320.0
33 34
	>=dev-perl/Math-Random-ISAAC-1.0.1
Thank you!