Diff libintl-perl-1.320.0 with a libintl-perl-1.330.0

/usr/portage/dev-perl/libintl-perl/libintl-perl-1.330.0.ebuild 2023-10-09 14:52:29.952368362 +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=GUIDO
7
DIST_VERSION=1.32
7
DIST_VERSION=1.33
8 8
DIST_EXAMPLES=("sample/*")
9 9
inherit perl-module
10 10

  
......
24 24
	virtual/perl-File-Spec
25 25
	>=virtual/perl-version-0.770.0
26 26
"
27
DEPEND="${RDEPEND}
28
"
27
DEPEND="${RDEPEND}"
29 28
BDEPEND="${RDEPEND}
30 29
	virtual/perl-ExtUtils-MakeMaker
31 30
"
Thank you!