Diff GD-2.760.0 with a GD-2.780.0

/usr/portage/dev-perl/GD/GD-2.780.0.ebuild 2023-10-09 14:52:29.864368360 +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 6
DIST_AUTHOR=RURBAN
7
DIST_VERSION=2.76
7
DIST_VERSION=2.78
8 8
DIST_EXAMPLES=("demos/*")
9 9
inherit perl-module
10 10

  
......
41 41
	test? (
42 42
		>=dev-perl/Test-Fork-0.20.0
43 43
		>=virtual/perl-Test-Simple-0.880.0
44
		>=dev-perl/Test-NoWarnings-1.0.0
44 45
	)
45 46
"
46 47

  
......
54 55
		GD_UNCLOSEDPOLY
55 56
		GD_FTCIRCLE
56 57

  
58
		WINDOWS_BMP
57 59
		JPEG
58 60
		PNG
59 61
		GIF
Thank you!