Diff pcl-1.12.1-r2 with a pcl-9999

/usr/portage/sci-libs/pcl/pcl-9999.ebuild 2023-10-09 14:52:35.092368491 +0300
14 14
if [ "${PV#9999}" != "${PV}" ] ; then
15 15
	SRC_URI=""
16 16
else
17
	KEYWORDS="amd64 ~arm"
17
	KEYWORDS="~amd64 ~arm"
18 18
	SRC_URI="https://github.com/PointCloudLibrary/pcl/archive/${P}.tar.gz"
19 19
	S="${WORKDIR}/${PN}-${P}"
20 20
fi
Thank you!