Diff IPC-Shareable-1.60.0 with a IPC-Shareable-1.130.0

/usr/portage/dev-perl/IPC-Shareable/IPC-Shareable-1.130.0.ebuild 2023-10-09 14:52:29.876368360 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 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=STEVEB
7
DIST_VERSION=1.06
7
DIST_VERSION=1.13
8
# Tests fail when running parallelized, see bug #797445
9
#DIST_TEST=do
8 10
inherit perl-module
9 11

  
10 12
DESCRIPTION="Share Perl variables between processes"
......
18 20
	>=virtual/perl-Storable-0.607.0
19 21
	dev-perl/String-CRC32
20 22
"
21
BDEPEND="${RDEPEND}
23
BDEPEND="
24
	${RDEPEND}
22 25
	>=virtual/perl-ExtUtils-MakeMaker-6.720.0
23 26
	test? (
24 27
		>=dev-perl/Test-SharedFork-0.350.0
25 28
		virtual/perl-Test-Simple
29
		dev-perl/Mock-Sub
26 30
	)
27 31
"
28

  
29
# tests fail when running parallelized, see bug 797445
30
DIST_TEST=do
Thank you!