summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-11-30 10:31:17 +0100
committerFlorian Schmaus <flow@gentoo.org>2022-11-30 10:39:36 +0100
commita11486091c4dd5c55fa04a9da1e08a942360cfd3 (patch)
treec488d478cead01156c5964fd551308e966efb75a /dev-util/FlameGraph
parentx11-misc/autorandr: add github upstream metadata (diff)
downloadgentoo-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.ebuild2
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"