diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-05-26 11:12:57 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-05-26 11:12:57 +0200 |
commit | 055795657c15dd4d1417f9a2c0e2beb8e2f257a7 (patch) | |
tree | c4ca312e1bea8f30615e6b32173d4886100ffab1 /media-libs/opencv | |
parent | x11-plugins/pidgin-gnome-keyring: drop 2.0 (diff) | |
download | gentoo-055795657c15dd4d1417f9a2c0e2beb8e2f257a7.tar.gz gentoo-055795657c15dd4d1417f9a2c0e2beb8e2f257a7.tar.bz2 gentoo-055795657c15dd4d1417f9a2c0e2beb8e2f257a7.zip |
media-libs/opencv: x86 stable wrt bug #791457
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/opencv')
-rw-r--r-- | media-libs/opencv/opencv-4.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/opencv/opencv-4.5.1.ebuild b/media-libs/opencv/opencv-4.5.1.ebuild index 0d535d47f103..077c53780285 100644 --- a/media-libs/opencv/opencv-4.5.1.ebuild +++ b/media-libs/opencv/opencv-4.5.1.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0/${PV}" # subslot = libopencv* soname version -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" 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" # The following lines are shamelessly stolen from ffmpeg-9999.ebuild with modifications |