Diff Apache-Test-1.420.0-r1 with a Apache-Test-1.430.0

/usr/portage/dev-perl/Apache-Test/Apache-Test-1.430.0.ebuild 2023-10-09 14:52:29.816368358 +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
......
6 6
DIST_AUTHOR=SHAY
7 7
# Parallel tests seem to be bad.
8 8
DIST_TEST="do"
9
DIST_VERSION=1.42
9
DIST_VERSION=1.43
10 10
inherit depend.apache optfeature perl-module
11 11

  
12 12
DESCRIPTION="Test.pm wrapper with helpers for testing Apache"
13 13

  
14 14
LICENSE="Apache-2.0"
15 15
SLOT="0"
16
KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ppc64 sparc x86"
16
KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
17 17
IUSE="test"
18 18
RESTRICT="!test? ( test )"
19 19

  
Thank you!