Diff Sub-Delete-1.0.20 with a Sub-Delete-1.0.20-r1

/usr/portage/dev-perl/Sub-Delete/Sub-Delete-1.0.20-r1.ebuild 2023-10-09 14:52:29.924368361 +0300
1
# Copyright 2020-2021 Gentoo Authors
1
# Copyright 2020-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=SPROUT
7 7
DIST_VERSION=1.00002
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Perl module enabling one to delete subroutines"
11

  
11 12
SLOT="0"
12
KEYWORDS="amd64 ~riscv x86 ~x64-macos"
13
KEYWORDS="~amd64 ~riscv ~x86 ~x64-macos"
13 14

  
14 15
RDEPEND="
15 16
	>=virtual/perl-Exporter-5.570.0
16 17
"
17
BDEPEND="${RDEPEND}
18
BDEPEND="
19
	${RDEPEND}
18 20
	virtual/perl-ExtUtils-MakeMaker
19 21
"
22

  
23
PATCHES=(
24
	"${FILESDIR}"/${PN}-1.0.20-perl-separator.patch
25
)
Thank you!