commit: f4d5a09fa5aaceedc52eb85a8b17ea36d81ed9a9 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org> AuthorDate: Tue Jan 30 07:54:06 2024 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Tue Jan 30 08:23:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d5a09f
dev-util/uftrace: stabilize 0.14 for amd64 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org> dev-util/uftrace/uftrace-0.14.ebuild | 4 ++-- 1 file 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="
