Diff Authen-SASL-2.160.0-r2 with a Authen-SASL-2.170.0

/usr/portage/dev-perl/Authen-SASL/Authen-SASL-2.170.0.ebuild 2023-10-09 14:52:29.820368358 +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
DIST_AUTHOR=GBARR
7
DIST_VERSION=2.16
6
DIST_AUTHOR=EHUELS
7
DIST_VERSION=2.1700
8 8
inherit perl-module
9 9

  
10
DESCRIPTION="A Perl SASL interface"
10
DESCRIPTION="Perl SASL interface"
11 11

  
12 12
SLOT="0"
13 13
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
14
IUSE="kerberos test"
15
RESTRICT="!test? ( test )"
14
IUSE="kerberos"
16 15

  
17 16
RDEPEND="
18 17
	dev-perl/Digest-HMAC
19 18
	virtual/perl-Digest-MD5
20 19
	kerberos? ( dev-perl/GSSAPI )
21 20
"
22
BDEPEND="${DEPEND}
21
BDEPEND="
22
	${RDEPEND}
23 23
	>=virtual/perl-ExtUtils-MakeMaker-6.42
24 24
	test? (
25 25
		virtual/perl-Test-Simple
26 26
	)
27 27
"
28
PATCHES=(
29
	"${FILESDIR}/${PN}-2.16-no-dot-inc.patch"
30
)
Thank you!