summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2021-03-26 13:00:30 +0100
committerAgostino Sarubbo <ago@gentoo.org>2021-03-26 13:00:30 +0100
commit78f3da8f5e459695a2a9cb0b6c3d7c7e4682ea1f (patch)
tree43107a2f2b3832e95d90c13e706e52a25596fa65 /dev-util
parentdev-python/lxml: s390 stable wrt bug #777579 (diff)
downloadgentoo-78f3da8f5e459695a2a9cb0b6c3d7c7e4682ea1f.tar.gz
gentoo-78f3da8f5e459695a2a9cb0b6c3d7c7e4682ea1f.tar.bz2
gentoo-78f3da8f5e459695a2a9cb0b6c3d7c7e4682ea1f.zip
dev-util/trace-cmd: amd64 stable wrt bug #775509
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/trace-cmd/trace-cmd-2.9.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/trace-cmd/trace-cmd-2.9.1.ebuild b/dev-util/trace-cmd/trace-cmd-2.9.1.ebuild
index 6a057a44df34..f34720f3ae29 100644
--- a/dev-util/trace-cmd/trace-cmd-2.9.1.ebuild
+++ b/dev-util/trace-cmd/trace-cmd-2.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -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 ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm64 ~x86"
S="${WORKDIR}/${PN}-v${PV}"
fi