Diff GraphViz-2.240.0-r1 with a GraphViz-2.260.0

/usr/portage/dev-perl/GraphViz/GraphViz-2.260.0.ebuild 2023-10-09 14:52:29.868368360 +0300
1
# Copyright 1999-2022 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
DIST_A_EXT=tgz
7
DIST_AUTHOR=RSAVAGE
8
DIST_VERSION=2.24
6
DIST_AUTHOR=ETJ
7
DIST_VERSION=2.26
9 8
DIST_EXAMPLES=("examples/*")
10 9
inherit perl-module
11 10

  
......
26 25
	>=dev-perl/XML-Twig-3.520.0
27 26
	>=dev-perl/XML-XPath-1.130.0
28 27
"
29
BDEPEND="${RDEPEND}
28
BDEPEND="
29
	${RDEPEND}
30 30
	virtual/perl-ExtUtils-MakeMaker
31 31
	dev-perl/File-Which
32 32
	test? (
Thank you!