Diff Crypt-PasswdMD5-1.410.0 with a Crypt-PasswdMD5-1.420.0

/usr/portage/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.420.0.ebuild 2023-10-09 14:52:29.836368359 +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
EAPI=7
4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=RSAVAGE
7
DIST_VERSION=1.41
7
DIST_VERSION=1.42
8 8
DIST_A_EXT=tgz
9 9
inherit perl-module
10 10

  
11 11
DESCRIPTION="Provides interoperable MD5-based crypt() functions"
12 12
SLOT="0"
13 13
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
14
IUSE="test"
15
RESTRICT="!test? ( test )"
16 14

  
17 15
RDEPEND="
18 16
	>=virtual/perl-Digest-MD5-2.530.0
Thank you!