Diff opencv-4.7.0 with a opencv-4.7.0-r1

/usr/portage/media-libs/opencv/opencv-4.7.0-r1.ebuild 2023-10-09 14:52:31.704368406 +0300
20 20

  
21 21
LICENSE="Apache-2.0"
22 22
SLOT="0/${PV}" # subslot = libopencv* soname version
23
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
23
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
24 24
IUSE="contrib contribcvv contribdnn contribfreetype contribhdf contribovis contribsfm contribxfeatures2d cuda debug dnnsamples download +eigen examples +features2d ffmpeg gdal gflags glog gphoto2 gstreamer gtk3 ieee1394 jpeg jpeg2k lapack lto opencl openexr opengl openmp opencvapps png +python qt5 tesseract testprograms threads tiff vaapi v4l vtk webp xine"
25 25

  
26 26
# The following lines are shamelessly stolen from ffmpeg-9999.ebuild with modifications
......
340 340
multilib_src_configure() {
341 341
	# please dont sort here, order is the same as in CMakeLists.txt
342 342
	GLOBALCMAKEARGS=(
343
		# for protobuf
344
		-DCMAKE_CXX_STANDARD=14
345

  
343 346
	# Optional 3rd party components
344 347
	# ===================================================
345 348
		-DENABLE_DOWNLOAD=$(usex download)
Thank you!