Diff PGPLOT-2.270.0 with a PGPLOT-2.280.0

/usr/portage/dev-perl/PGPLOT/PGPLOT-2.280.0.ebuild 2023-10-09 14:52:29.908368361 +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=ETJ
7
DIST_VERSION=2.27
7
DIST_VERSION=2.28
8 8
inherit perl-module
9 9

  
10
DESCRIPTION="allow subroutines in the PGPLOT graphics library to be called from Perl"
10
DESCRIPTION="Allow subroutines in the PGPLOT graphics library to be called from Perl"
11 11

  
12 12
SLOT="0"
13 13
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux"
......
15 15
RDEPEND="
16 16
	sci-libs/pgplot
17 17
"
18
DEPEND="${RDEPEND}
18
DEPEND="
19
	${RDEPEND}
19 20
"
20
BDEPEND="${RDEPEND}
21
BDEPEND="
22
	${RDEPEND}
21 23
	>=dev-perl/Devel-CheckLib-1.140.0
22 24
	>=dev-perl/ExtUtils-F77-1.130.0
23 25
"
Thank you!