Diff opensubdiv-3.4.4-r3 with a opensubdiv-3.5.0

/usr/portage/media-libs/opensubdiv/opensubdiv-3.5.0.ebuild 2023-10-09 14:52:31.708368406 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
17 17
# See for example CMakeLists.txt for details.
18 18
LICENSE="Apache-2.0"
19 19
SLOT="0"
20
KEYWORDS="amd64 ~arm ~arm64 ~x86"
20
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
21 21
IUSE="cuda examples opencl openmp ptex tbb test tutorials"
22 22
RESTRICT="!test? ( test )"
23 23

  
......
37 37
PATCHES=(
38 38
	"${FILESDIR}/${PN}-3.3.0-use-gnuinstalldirs.patch"
39 39
	"${FILESDIR}/${PN}-3.4.3-install-tutorials-into-bin.patch"
40
	"${FILESDIR}/${P}-add-CUDA11-compatibility.patch"
40
	"${FILESDIR}/${PN}-3.4.4-add-CUDA11-compatibility.patch"
41 41
	"${FILESDIR}/${PN}-3.4.4-tbb-2021.patch"
42 42
)
43 43

  
Thank you!