summaryrefslogtreecommitdiff
path: root/dev-util/trace-cmd/trace-cmd-3.0.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/trace-cmd/trace-cmd-3.0.2.ebuild')
-rw-r--r--dev-util/trace-cmd/trace-cmd-3.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/trace-cmd/trace-cmd-3.0.2.ebuild b/dev-util/trace-cmd/trace-cmd-3.0.2.ebuild
index 6fad1f86144f..e0a9c53636de 100644
--- a/dev-util/trace-cmd/trace-cmd-3.0.2.ebuild
+++ b/dev-util/trace-cmd/trace-cmd-3.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit git-r3
else
SRC_URI="https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/snapshot/${PN}-v${PV}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~x86"
S="${WORKDIR}/${PN}-v${PV}"
fi