Diff coreutils-9.3-r2 with a coreutils-9.3-r3

/usr/portage/sys-apps/coreutils/coreutils-9.3-r3.ebuild 2023-10-09 14:52:35.348368498 +0300
140 140
}
141 141

  
142 142
src_configure() {
143
	# On alpha at least, gnulib (as of 9.3) can't seem to figure out we need
144
	# _F_O_B=64: https://debbugs.gnu.org/64123
145
	append-lfs-flags
146

  
143 147
	local myconf=(
144 148
		--with-packager="Gentoo"
145 149
		--with-packager-version="${PVR} (p${PATCH_VER:-0})"
Thank you!