Diff SVG-2.860.0 with a SVG-2.870.0

/usr/portage/dev-perl/SVG/SVG-2.870.0.ebuild 2023-10-09 14:52:29.920368361 +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=MANWAR
7
DIST_VERSION=2.86
7
DIST_VERSION=2.87
8 8
DIST_EXAMPLES=("examples/*")
9 9
inherit perl-module
10 10

  
......
17 17
	virtual/perl-parent
18 18
	virtual/perl-Scalar-List-Utils
19 19
"
20
BDEPEND="${RDEPEND}
20
BDEPEND="
21
	${RDEPEND}
21 22
	virtual/perl-ExtUtils-MakeMaker
22 23
	test? ( >=virtual/perl-Test-Simple-0.940.0 )
23 24
"
Thank you!