Diff meson-1.2.2-r1 with a meson-9999

/usr/portage/dev-util/meson/meson-9999.ebuild 2023-10-09 14:52:30.984368388 +0300
44 44
	virtual/pkgconfig
45 45
"
46 46

  
47
PATCHES=(
48
	"${FILESDIR}"/${PN}-1.2.1-python-path.patch
49
	"${FILESDIR}"/1.2.2
50
)
51

  
52 47
python_prepare_all() {
53 48
	local disable_unittests=(
54 49
		# ASAN and sandbox both want control over LD_PRELOAD
Thank you!