Diff OpenNI2-2.2_beta2-r1 with a OpenNI2-9999

/usr/portage/dev-libs/OpenNI2/OpenNI2-9999.ebuild 2023-10-09 14:52:29.484368350 +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/occipital/OpenNI2/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
19 19
	S="${WORKDIR}/${P/_/-}"
20 20
fi
......
40 40
	"${FILESDIR}/jpeg.patch"
41 41
	"${FILESDIR}/rpath.patch"
42 42
	"${FILESDIR}/soname.patch"
43
	"${FILESDIR}/pthread.patch"
44
	"${FILESDIR}/c++14.patch"
45 43
)
46 44

  
47 45
src_prepare() {
......
93 91
		dobin org.openni.Samples.SimpleViewer
94 92
	fi
95 93

  
96
	dodoc CHANGES.txt NOTICE README ReleaseNotes.txt Source/Documentation/Text/*.txt
94
	dodoc CHANGES.txt NOTICE README.md ReleaseNotes.txt Source/Documentation/Text/*.txt
97 95

  
98 96
	if use doc ; then
99 97
		docinto html
Thank you!