Diff Test-File-1.448.0 with a Test-File-1.993.0

/usr/portage/dev-perl/Test-File/Test-File-1.993.0.ebuild 2023-10-09 14:52:29.932368361 +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=BDFOY
7
DIST_VERSION=1.448
7
DIST_VERSION=1.993
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Test file attributes"
11 11

  
12 12
SLOT="0"
13
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
13
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
14 14

  
15 15
RDEPEND="
16 16
"
......
18 18
	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
19 19
	test? (
20 20
		>=virtual/perl-Test-Simple-0.950.0
21
		dev-perl/Test-utf8
22 21
	)
23 22
"
24 23

  
Thank you!