Diff Proc-ProcessTable-0.590.0 with a Proc-ProcessTable-0.634.0

/usr/portage/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.634.0.ebuild 2023-10-09 14:52:29.916368361 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 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=JWB
7
DIST_VERSION=0.59
7
DIST_VERSION=0.634
8 8
DIST_EXAMPLES=( "contrib/*" )
9 9
inherit perl-module
10 10

  
11 11
DESCRIPTION="Unix process table information"
12 12

  
13 13
SLOT="0"
14
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
14
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
15 15
IUSE="examples"
16 16

  
17
PATCHES=(
18
	"${FILESDIR}/amd64_canonicalize_file_name_definition.patch"
19
)
20

  
21 17
RDEPEND="
22 18
	virtual/perl-Storable
23 19
"
24

  
20
DEPEND="elibc_musl? ( sys-libs/obstack-standalone )"
25 21
BDEPEND="${RDEPEND}
26 22
	virtual/perl-ExtUtils-MakeMaker
27 23
"
24

  
25
PATCHES=(
26
	"${FILESDIR}/amd64_canonicalize_file_name_definition.patch"
27
)
Thank you!