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

/usr/portage/dev-util/FlameGraph/FlameGraph-9999.ebuild 2023-10-09 14:52:30.932368386 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 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
	COMMIT_ID="d9fcc272b6a08c3e3e5b7919040f0ab5f8952d65"
14
	SRC_URI="https://github.com/brendangregg/FlameGraph/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
15
	KEYWORDS="amd64 x86"
13
	SRC_URI="https://github.com/brendangregg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
14
	KEYWORDS="~amd64 ~x86"
16 15
fi
17 16

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

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

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