Diff bash-5.1_p16-r6 with a bash-5.1_p16-r7

/usr/portage/app-shells/bash/bash-5.1_p16-r7.ebuild 2023-10-09 14:52:28.852368334 +0300
79 79
LICENSE="GPL-3"
80 80
SLOT="0"
81 81
[[ "${PV}" == *_rc* ]] || \
82
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
82
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
83 83
IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
84 84

  
85 85
DEPEND="
......
99 99
PATCHES=(
100 100
	# Patches from Chet sent to bashbug ml
101 101
	"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-5.0-syslog-history-extern.patch
102

  
103
	"${FILESDIR}"/${PN}-5.1_p16-configure-clang16.patch
102 104
)
103 105

  
104 106
pkg_setup() {
Thank you!