Diff App-pwhich-1.160.0 with a App-pwhich-1.170.0

/usr/portage/dev-perl/App-pwhich/App-pwhich-1.170.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
EAPI=7
4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=PLICEASE
7
DIST_VERSION=1.16
7
DIST_VERSION=1.17
8 8
inherit perl-module
9 9

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

  
16 14
RDEPEND="
17 15
	>=dev-perl/File-Which-1.140.0
18 16
"
19 17
# Test2::V0 -> Test2-Suite-0.0.72
20
BDEPEND="${RDEPEND}
21
	virtual/perl-ExtUtils-MakeMaker
18
BDEPEND="
19
	${RDEPEND}
20
	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
22 21
	test? (
23 22
		dev-perl/Capture-Tiny
24
		>=dev-perl/Test2-Suite-0.0.72
25
		dev-perl/Test-Script
23
		>=dev-perl/Test2-Suite-0.0.121
24
		>=dev-perl/Test-Script-1.90.0
26 25
	)
27 26
"
Thank you!