diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-11-30 10:31:17 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-11-30 10:39:36 +0100 |
commit | a11486091c4dd5c55fa04a9da1e08a942360cfd3 (patch) | |
tree | c488d478cead01156c5964fd551308e966efb75a /dev-util/FlameGraph | |
parent | x11-misc/autorandr: add github upstream metadata (diff) | |
download | gentoo-a11486091c4dd5c55fa04a9da1e08a942360cfd3.tar.gz gentoo-a11486091c4dd5c55fa04a9da1e08a942360cfd3.tar.bz2 gentoo-a11486091c4dd5c55fa04a9da1e08a942360cfd3.zip |
dev-util/FlameGraph: stabilize 1.0 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.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/FlameGraph/FlameGraph-1.0.ebuild b/dev-util/FlameGraph/FlameGraph-1.0.ebuild index 63b0925c8c09..d9461f2bb009 100644 --- a/dev-util/FlameGraph/FlameGraph-1.0.ebuild +++ b/dev-util/FlameGraph/FlameGraph-1.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/brendangregg/FlameGraph.git" else SRC_URI="https://github.com/brendangregg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="CDDL" |