Diff uftrace-0.11 with a uftrace-0.12

/usr/portage/dev-util/uftrace/uftrace-0.12.ebuild 2023-10-09 14:52:31.008368388 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
LUA_COMPAT=( luajit )
7
PYTHON_COMPAT=( python3_{9..10} )
7
PYTHON_COMPAT=( python3_{9..11} )
8 8

  
9 9
inherit bash-completion-r1 lua-single python-single-r1 toolchain-funcs
10 10

  
......
14 14

  
15 15
LICENSE="GPL-2"
16 16
SLOT="0"
17
KEYWORDS="amd64 ~arm64"
17
KEYWORDS="~amd64 ~arm64"
18 18
IUSE="capstone lua python unwind"
19 19

  
20 20
REQUIRED_USE="
Thank you!