Diff Linux-PipeMagic-0.30.0-r1 with a Linux-PipeMagic-0.50.0

/usr/portage/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.50.0.ebuild 2023-10-09 14:52:29.880368360 +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=DLAMBLEY
7
DIST_VERSION=0.03
7
DIST_VERSION=0.05
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Perl extension to use the zero copy IO syscalls"
11 11
SLOT="0"
12 12
KEYWORDS="~amd64 ~x86"
13 13

  
14
RDEPEND=""
15
BDEPEND="${RDEPEND}
14
BDEPEND="
16 15
	virtual/perl-ExtUtils-MakeMaker
16
	virtual/perl-File-Spec
17 17
	test? (
18
		virtual/perl-IO
18 19
		dev-perl/File-Slurp
20
		virtual/perl-File-Temp
19 21
	)
20 22
"
Thank you!