Diff pdal-2.4.3 with a pdal-2.4.3-r1

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

  
12 12
LICENSE="BSD"
13 13
SLOT="0/14"
14
KEYWORDS="amd64 ~arm ~arm64 ~x86"
14
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
15 15
IUSE="postgres test"
16 16
RESTRICT="!test? ( test )"
17 17

  
......
39 39

  
40 40
PATCHES=(
41 41
	"${FILESDIR}/${P}-fix-test.patch"
42
	"${FILESDIR}/${P}-fix-gcc13.patch"
43
	"${FILESDIR}/${P}-fix-gdal37.patch"
42 44
)
43 45

  
44 46
src_configure() {
Thank you!