Diff rtabmap-0.20.23 with a rtabmap-9999

/usr/portage/sci-libs/rtabmap/rtabmap-9999.ebuild 2023-10-09 14:52:35.096368491 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
47 47
DEPEND="${RDEPEND}"
48 48
BDEPEND="virtual/pkgconfig"
49 49

  
50
PATCHES=( "${FILESDIR}/yamlcpp.patch" "${FILESDIR}/vtk.patch" )
50
PATCHES=( "${FILESDIR}/yamlcpp.patch" )
51 51

  
52 52
src_configure() {
53 53
	local mycmakeargs=(
Thank you!