From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93D861396D0 for ; Mon, 21 Aug 2017 22:30:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D32BE1FC00F; Mon, 21 Aug 2017 22:30:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3EE91FC00F for ; Mon, 21 Aug 2017 22:30:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA89F341B5E for ; Mon, 21 Aug 2017 22:30:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D9AE7DF4 for ; Mon, 21 Aug 2017 22:30:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1503354640.0b5fbd1002290d0b09e0c99f1364ed05104f914f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opencv/opencv-3.2.0-r3.ebuild X-VCS-Directories: media-libs/opencv/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0b5fbd1002290d0b09e0c99f1364ed05104f914f X-VCS-Branch: master Date: Mon, 21 Aug 2017 22:30:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5df06e3d-cce9-4edb-89a2-99f3d725e8bb X-Archives-Hash: 1df9ab2cc746117d538d280cec43acce commit: 0b5fbd1002290d0b09e0c99f1364ed05104f914f Author: Michał Górny gentoo org> AuthorDate: Mon Aug 21 22:30:09 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 21 22:30:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5fbd10 media-libs/opencv: Fix header wrapping w/[vtk], #627730 media-libs/opencv/opencv-3.2.0-r3.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/media-libs/opencv/opencv-3.2.0-r3.ebuild b/media-libs/opencv/opencv-3.2.0-r3.ebuild index d086af8ee6b..cd80fac68b7 100644 --- a/media-libs/opencv/opencv-3.2.0-r3.ebuild +++ b/media-libs/opencv/opencv-3.2.0-r3.ebuild @@ -97,6 +97,14 @@ DEPEND="${RDEPEND} MULTILIB_WRAPPED_HEADERS=( /usr/include/opencv2/cvconfig.h + /usr/include/opencv2/opencv_modules.hpp + # [vtk] + /usr/include/opencv2/viz.hpp + /usr/include/opencv2/viz/types.hpp + /usr/include/opencv2/viz/viz3d.hpp + /usr/include/opencv2/viz/vizcore.hpp + /usr/include/opencv2/viz/widget_accessor.hpp + /usr/include/opencv2/viz/widgets.hpp ) PATCHES=(