diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-28 19:16:48 +0100 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2019-11-28 21:02:29 +0100 |
commit | d07f659d56f0cab2f38a4f2683e39243d75ff9e0 (patch) | |
tree | 4148714076c0dd9d58e3efe33896b5e03abe60d8 /media-libs | |
parent | media-sound/musescore-3.0.1-r1: removed (diff) | |
download | gentoo-d07f659d56f0cab2f38a4f2683e39243d75ff9e0.tar.gz gentoo-d07f659d56f0cab2f38a4f2683e39243d75ff9e0.tar.bz2 gentoo-d07f659d56f0cab2f38a4f2683e39243d75ff9e0.zip |
media-libs/opencv: Restore stable keywords
Dropping them for py37 was not necessary in the first place.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Signed-off-by: Amy Liffey <amynka@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/opencv/opencv-3.4.1-r7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/opencv/opencv-3.4.1-r7.ebuild b/media-libs/opencv/opencv-3.4.1-r7.ebuild index 3d7cf83a36ec..12cd224b4001 100644 --- a/media-libs/opencv/opencv-3.4.1-r7.ebuild +++ b/media-libs/opencv/opencv-3.4.1-r7.ebuild @@ -24,7 +24,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD" SLOT="0/3.4.1" # subslot = libopencv* soname version -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86 ~amd64-linux" 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" # OpenGL needs gtk or Qt installed to activate, otherwise build system # will silently disable it Wwithout the user knowing, which defeats the |