Diff valgrind-3.21.0-r2 with a valgrind-9999

/usr/portage/dev-util/valgrind/valgrind-9999.ebuild 2023-10-09 14:52:31.008368388 +0300
64 64
}
65 65

  
66 66
src_configure() {
67
	local myconf=()
67
	local myconf=(
68
		--with-gdbscripts-dir="${EPREFIX}"/usr/share/gdb/auto-load
69
	)
68 70

  
69 71
	# Respect ar, bug #468114
70 72
	tc-export AR
Thank you!