Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencv/
Date: Thu, 28 Nov 2019 20:02:40
Message-Id: 1574971349.d07f659d56f0cab2f38a4f2683e39243d75ff9e0.amynka@gentoo
1 commit: d07f659d56f0cab2f38a4f2683e39243d75ff9e0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 28 18:16:48 2019 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 28 20:02:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07f659d
7
8 media-libs/opencv: Restore stable keywords
9
10 Dropping them for py37 was not necessary in the first place.
11
12 Package-Manager: Portage-2.3.80, Repoman-2.3.19
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14 Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>
15
16 media-libs/opencv/opencv-3.4.1-r7.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/media-libs/opencv/opencv-3.4.1-r7.ebuild b/media-libs/opencv/opencv-3.4.1-r7.ebuild
20 index 3d7cf83a36e..12cd224b400 100644
21 --- a/media-libs/opencv/opencv-3.4.1-r7.ebuild
22 +++ b/media-libs/opencv/opencv-3.4.1-r7.ebuild
23 @@ -24,7 +24,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
24
25 LICENSE="BSD"
26 SLOT="0/3.4.1" # subslot = libopencv* soname version
27 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
28 +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86 ~amd64-linux"
29 IUSE="contrib contribcvv contribdnn contribhdf contribsfm contribxfeatures2d cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_popcnt cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_fma3 cuda debug dnnsamples +eigen examples ffmpeg gdal gflags glog gphoto2 gstreamer gtk ieee1394 jpeg lapack libav opencl openexr opengl openmp pch png +python qt5 tesseract testprograms threads tiff vaapi v4l vtk webp xine"
30 # OpenGL needs gtk or Qt installed to activate, otherwise build system
31 # will silently disable it Wwithout the user knowing, which defeats the