Сравнение Devel-NYTProf-6.100.0 с Devel-NYTProf-6.110.0
/usr/portage/dev-perl/Devel-NYTProf/Devel-NYTProf-6.110.0.ebuild 2023-10-09 14:52:29.848368359 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2021 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
DIST_AUTHOR=JKEENAN |
7 |
DIST_VERSION=6.10 |
|
7 |
DIST_VERSION=6.11 |
|
8 | 8 |
DIST_EXAMPLES=("demo/*") |
9 | 9 |
inherit perl-module toolchain-funcs |
10 | 10 | |
... | ... | |
12 | 12 | |
13 | 13 |
SLOT="0" |
14 | 14 |
KEYWORDS="amd64 ~ppc x86" |
15 |
IUSE="test" |
|
16 |
RESTRICT="!test? ( test )" |
|
17 | 15 | |
18 | 16 |
RDEPEND=" |
19 | 17 |
>=dev-perl/File-Which-1.90.0 |
... | ... | |
48 | 46 |
tc-export CPP |
49 | 47 |
perl-module_src_configure |
50 | 48 |
} |
51 | ||
52 |
src_compile() { |
|
53 |
mymake=( |
|
54 |
"OPTIMIZE=${CFLAGS}" |
|
55 |
) |
|
56 |
perl-module_src_compile |
|
57 |
} |