Сравнение FlameGraph-1.0_p20210830 с FlameGraph-1.0_p20220918

/usr/portage/dev-util/FlameGraph/FlameGraph-1.0_p20220918.ebuild 2023-10-09 14:52:30.932368386 +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
......
10 10
	inherit git-r3
11 11
	EGIT_REPO_URI="https://github.com/brendangregg/FlameGraph.git"
12 12
else
13
	SRC_URI="https://dev.gentoo.org/~flow/distfiles/${PN}/${P}.tar.gz"
13
	COMMIT_ID="d9fcc272b6a08c3e3e5b7919040f0ab5f8952d65"
14
	SRC_URI="https://github.com/brendangregg/FlameGraph/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
14 15
	KEYWORDS="amd64 x86"
15 16
fi
16 17

  
17 18
LICENSE="CDDL"
18 19
SLOT="0"
19 20

  
21
S="${WORKDIR}/${PN}-${COMMIT_ID}"
22

  
20 23
RDEPEND="
21 24
	dev-lang/perl
22 25
	app-alternatives/awk
Спасибо!