Diff Alien-Build-2.420.0 with a Alien-Build-2.480.0

/usr/portage/dev-perl/Alien-Build/Alien-Build-2.480.0.ebuild 2023-10-09 14:52:29.812368358 +0300
1
# Copyright 1999-2021 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
5 5

  
6 6
DIST_AUTHOR=PLICEASE
7
DIST_VERSION=2.42
7
DIST_VERSION=2.48
8 8
DIST_EXAMPLES=("example/*")
9 9
inherit perl-module
10 10

  
11 11
DESCRIPTION="Build external dependencies for use in CPAN"
12 12
SLOT="0"
13
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
13
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
14 14
IUSE="minimal zip"
15 15

  
16 16
# No, pkgconfig is not suspect, it actually uses it at runtime, and this module
......
27 27
	>=dev-perl/File-Which-1.100.0
28 28
	dev-perl/File-chdir
29 29
	virtual/perl-JSON-PP
30
	>=virtual/perl-Scalar-List-Utils-1.330.0
30 31
	>=dev-perl/Path-Tiny-0.77.0
31 32
	>=virtual/perl-Test-Simple-1.302.96
32 33
	>=virtual/perl-Text-ParseWords-3.260.0
......
35 36
BDEPEND="${RDEPEND}
36 37
	test? (
37 38
		dev-perl/Devel-Hide
38
		>=dev-perl/Test2-Suite-0.0.60
39
		>=dev-perl/Test2-Suite-0.0.121
39 40
		!minimal? (
40 41
			dev-perl/Alien-Base-ModuleBuild
41 42
			dev-perl/Sort-Versions
Thank you!