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

/usr/portage/dev-libs/OpenNI2/OpenNI2-9999.ebuild 2025-02-03 17:39:32.842666970 +0300
11 11
inherit flag-o-matic toolchain-funcs java-pkg-opt-2
12 12

  
13 13
if [[ ${PV} != 9999 ]]; then
14
	KEYWORDS="amd64 ~arm"
15
	SRC_URI="https://github.com/structureio/OpenNI2/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
14
	KEYWORDS="~amd64 ~arm"
15
	SRC_URI="https://github.com/occipital/OpenNI2/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
16 16
	S="${WORKDIR}/${P/_/-}"
17 17
fi
18 18

  
......
44 44
	"${FILESDIR}/jpeg.patch"
45 45
	"${FILESDIR}/rpath.patch"
46 46
	"${FILESDIR}/soname.patch"
47
	"${FILESDIR}/pthread.patch"
48
	"${FILESDIR}/c++14.patch"
49 47
)
50 48

  
51 49
src_prepare() {
......
98 96
		dobin org.openni.Samples.SimpleViewer
99 97
	fi
100 98

  
101
	dodoc CHANGES.txt NOTICE README ReleaseNotes.txt Source/Documentation/Text/*.txt
99
	dodoc CHANGES.txt NOTICE README.md ReleaseNotes.txt Source/Documentation/Text/*.txt
102 100

  
103 101
	if use doc ; then
104 102
		docinto html
Thank you!