Diff llvm-17.0.2-r1 with a llvm-17.0.2.9999

/usr/portage/sys-devel/llvm/llvm-17.0.2.9999.ebuild 2023-10-09 14:52:35.488368501 +0300
19 19

  
20 20
LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
21 21
SLOT="${LLVM_MAJOR}/${LLVM_SOABI}"
22
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
22
KEYWORDS=""
23 23
IUSE="
24
	+binutils-plugin debug debuginfod doc exegesis libedit +libffi
24
	+binutils-plugin +debug debuginfod doc exegesis libedit +libffi
25 25
	ncurses test xar xml z3 zstd
26 26
"
27 27
RESTRICT="!test? ( test )"
......
74 74

  
75 75
LLVM_COMPONENTS=( llvm cmake third-party )
76 76
LLVM_MANPAGES=1
77
LLVM_PATCHSET=${PV}
78 77
LLVM_USE_TARGETS=provide
79 78
llvm.org_set_globals
80 79

  
Thank you!