Diff pdal-2.5.3 with a pdal-2.5.3-r1

/usr/portage/sci-libs/pdal/pdal-2.5.3-r1.ebuild 2023-10-09 14:52:35.092368491 +0300
37 37

  
38 38
S="${WORKDIR}/PDAL-${PV}-src"
39 39

  
40
PATCHES=(
41
	"${FILESDIR}/${PN}-2.4.3-fix-gdal37.patch"
42
)
43

  
40 44
src_configure() {
41 45
	local mycmakeargs=(
42 46
		-DBUILD_PLUGIN_PGPOINTCLOUD="$(usex postgres)"
Thank you!