diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2024-01-30 08:54:06 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2024-01-30 09:23:58 +0100 |
commit | f4d5a09fa5aaceedc52eb85a8b17ea36d81ed9a9 (patch) | |
tree | 05d53ab62264f67ea25c4dc0beef7afe21b13f0f /dev-util | |
parent | dev-cpp/scitokens-cpp: backport fix for invalid vector access (diff) | |
download | gentoo-f4d5a09fa5aaceedc52eb85a8b17ea36d81ed9a9.tar.gz gentoo-f4d5a09fa5aaceedc52eb85a8b17ea36d81ed9a9.tar.bz2 gentoo-f4d5a09fa5aaceedc52eb85a8b17ea36d81ed9a9.zip |
dev-util/uftrace: stabilize 0.14 for amd64
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/uftrace/uftrace-0.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/uftrace/uftrace-0.14.ebuild b/dev-util/uftrace/uftrace-0.14.ebuild index 4c30b0c9557a..d8951e47e6fd 100644 --- a/dev-util/uftrace/uftrace-0.14.ebuild +++ b/dev-util/uftrace/uftrace-0.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/namhyung/uftrace/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="amd64 ~arm64" IUSE="capstone lua python unwind" REQUIRED_USE=" |