Diff ikiwiki-3.20200202.3 with a ikiwiki-3.20200202.3-r1

/usr/portage/www-apps/ikiwiki/ikiwiki-3.20200202.3-r1.ebuild 2023-10-09 14:52:35.872368511 +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=8
......
13 13

  
14 14
LICENSE="GPL-2"
15 15
SLOT="0"
16
KEYWORDS="~amd64 ~ppc64 ~x86"
16
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
17 17
IUSE="extras minimal test"
18 18
RESTRICT="!test? ( test )"
19 19

  
......
44 44
	dev-perl/Mail-Sendmail
45 45
	dev-perl/Term-ReadLine-Gnu
46 46
	dev-perl/XML-Simple
47
	media-gfx/imagemagick[perl]
47
	|| (
48
		media-gfx/imagemagick[perl]
49
		media-gfx/graphicsmagick[perl]
50
	)
48 51
"
49 52

  
50 53
TEST_DEPEND="
Thank you!