Diff strace-6.3 with a strace-6.4

/usr/portage/dev-util/strace/strace-6.4.ebuild 2023-10-09 14:52:31.004368388 +0300
5 5

  
6 6
inherit autotools edo flag-o-matic toolchain-funcs
7 7

  
8
DESCRIPTION="Useful diagnostic, instructional, and debugging tool"
9
HOMEPAGE="https://strace.io/"
10

  
8 11
if [[ ${PV} == 9999 ]] ; then
9 12
	EGIT_REPO_URI="https://github.com/strace/strace.git"
10 13
	inherit git-r3
11 14
else
12 15
	SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
13
	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
16
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
14 17
fi
15 18

  
16
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
17
HOMEPAGE="https://strace.io/"
18

  
19 19
LICENSE="LGPL-2.1+ test? ( GPL-2+ )"
20 20
SLOT="0"
21 21
IUSE="aio perl selinux static test unwind elfutils"
Thank you!