diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-01-08 11:24:38 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-01-08 11:24:38 +0100 |
commit | 2622c42b4106f036721a9216c0ba6cb9aa25eb2e (patch) | |
tree | fc2e6b2369b0c1aed101016933a7f6507339460f /dev-util/FlameGraph | |
parent | package.mask: last-rite net-dns/dnswalk (diff) | |
download | gentoo-2622c42b4106f036721a9216c0ba6cb9aa25eb2e.tar.gz gentoo-2622c42b4106f036721a9216c0ba6cb9aa25eb2e.tar.bz2 gentoo-2622c42b4106f036721a9216c0ba6cb9aa25eb2e.zip |
dev-util/FlameGraph: stabilize 1.0_p20220918 for amd64, x86
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-util/FlameGraph')
-rw-r--r-- | dev-util/FlameGraph/FlameGraph-1.0_p20220918.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/FlameGraph/FlameGraph-1.0_p20220918.ebuild b/dev-util/FlameGraph/FlameGraph-1.0_p20220918.ebuild index 2cc9d511e112..c868763cdb26 100644 --- a/dev-util/FlameGraph/FlameGraph-1.0_p20220918.ebuild +++ b/dev-util/FlameGraph/FlameGraph-1.0_p20220918.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]]; then else COMMIT_ID="d9fcc272b6a08c3e3e5b7919040f0ab5f8952d65" SRC_URI="https://github.com/brendangregg/FlameGraph/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="CDDL" |