Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencv/
Date: Mon, 28 Feb 2022 23:58:32
Message-Id: 1646092605.2f018306b4ce74ec76d58d3169341bb74faf1e2e.sam@gentoo
1 commit: 2f018306b4ce74ec76d58d3169341bb74faf1e2e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 23:56:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 23:56:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f018306
7
8 media-libs/opencv: Stabilize 4.5.5-r1 x86, #833158
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/opencv/opencv-4.5.5-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/opencv/opencv-4.5.5-r1.ebuild b/media-libs/opencv/opencv-4.5.5-r1.ebuild
16 index c284572ea9a3..cbeb4b4b04a4 100644
17 --- a/media-libs/opencv/opencv-4.5.5-r1.ebuild
18 +++ b/media-libs/opencv/opencv-4.5.5-r1.ebuild
19 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
20
21 LICENSE="Apache-2.0"
22 SLOT="0/${PV}" # subslot = libopencv* soname version
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
25 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"
26
27 # The following lines are shamelessly stolen from ffmpeg-9999.ebuild with modifications