commit:     70b46f65dbbe9770a1774dd6ac7b025341823996
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 19:11:45 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 20:02:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b46f65

media-libs/opencv: Fix header wrapping for [contrib_cvv]

 media-libs/opencv/opencv-3.2.0-r3.ebuild | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/media-libs/opencv/opencv-3.2.0-r3.ebuild 
b/media-libs/opencv/opencv-3.2.0-r3.ebuild
index cd80fac68b7..88d6e19eb55 100644
--- a/media-libs/opencv/opencv-3.2.0-r3.ebuild
+++ b/media-libs/opencv/opencv-3.2.0-r3.ebuild
@@ -98,6 +98,15 @@ DEPEND="${RDEPEND}
 MULTILIB_WRAPPED_HEADERS=(
        /usr/include/opencv2/cvconfig.h
        /usr/include/opencv2/opencv_modules.hpp
+       # [contrib_cvv]
+       /usr/include/opencv2/cvv.hpp
+       /usr/include/opencv2/cvv/call_meta_data.hpp
+       /usr/include/opencv2/cvv/cvv.hpp
+       /usr/include/opencv2/cvv/debug_mode.hpp
+       /usr/include/opencv2/cvv/dmatch.hpp
+       /usr/include/opencv2/cvv/filter.hpp
+       /usr/include/opencv2/cvv/final_show.hpp
+       /usr/include/opencv2/cvv/show_image.hpp
        # [vtk]
        /usr/include/opencv2/viz.hpp
        /usr/include/opencv2/viz/types.hpp

Reply via email to