commit: 2622c42b4106f036721a9216c0ba6cb9aa25eb2e
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 8 10:24:38 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jan 8 10:24:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2622c42b
dev-util/FlameGraph: stabilize 1.0_p20220918 for amd64, x86
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-util/FlameGraph/FlameGraph-1.0_p20220918.ebuild | 4 ++--
1 file 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"