Сравнение Test-Compile-2.4.2 с Test-Compile-3.0.1
/usr/portage/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild 2023-10-09 14:52:29.928368361 +0300 | ||
---|---|---|
1 |
# Copyright 2020-2021 Gentoo Authors |
|
1 |
# Copyright 2020-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
10 | 10 |
DESCRIPTION="Check whether Perl files compile correctly" |
11 | 11 |
SLOT="0" |
12 | 12 |
KEYWORDS="amd64 ~ia64 ppc sparc x86" |
13 |
IUSE="minimal" |
|
14 | 13 | |
15 | 14 |
RDEPEND=" |
16 |
!minimal? ( |
|
17 |
dev-perl/Devel-CheckOS |
|
18 |
) |
|
19 | 15 |
>=virtual/perl-Exporter-5.680.0 |
20 |
dev-perl/UNIVERSAL-require |
|
21 | 16 |
>=virtual/perl-parent-0.225.0 |
22 | 17 |
virtual/perl-version |
23 | 18 |
" |