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 3E7901396D1 for ; Mon, 14 Aug 2017 19:49:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DD02E0D33; Mon, 14 Aug 2017 19:49:08 +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 2863CE0D33 for ; Mon, 14 Aug 2017 19:49:08 +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 1CC8E341797 for ; Mon, 14 Aug 2017 19:49:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D55437848 for ; Mon, 14 Aug 2017 19:49:05 +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: <1502740140.c91d969f8b4cc948ea714cdeac75ef892811807b.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.1.0-r8.ebuild 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: c91d969f8b4cc948ea714cdeac75ef892811807b X-VCS-Branch: master Date: Mon, 14 Aug 2017 19:49:05 +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: 40d3c3fa-a7a4-4935-8454-ca19c5453f8c X-Archives-Hash: c8c3a250745b5dce47e502433e30476c commit: c91d969f8b4cc948ea714cdeac75ef892811807b Author: Michał Górny gentoo org> AuthorDate: Mon Aug 14 19:45:41 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 14 19:49:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91d969f media-libs/opencv: Fix wrapping cvconfig.h, #627730 media-libs/opencv/opencv-3.1.0-r8.ebuild | 4 ++++ media-libs/opencv/opencv-3.2.0-r3.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/media-libs/opencv/opencv-3.1.0-r8.ebuild b/media-libs/opencv/opencv-3.1.0-r8.ebuild index 75af0b42c87..490b97bce35 100644 --- a/media-libs/opencv/opencv-3.1.0-r8.ebuild +++ b/media-libs/opencv/opencv-3.1.0-r8.ebuild @@ -102,6 +102,10 @@ DEPEND="${RDEPEND} eigen? ( dev-cpp/eigen:3 ) java? ( >=virtual/jdk-1.6 )" +MULTILIB_WRAPPED_HEADERS=( + /usr/include/opencv2/cvconfig.h +) + PATCHES=( "${FILESDIR}"/${PN}-3.0.0-gles.patch "${FILESDIR}"/${P}-cmake-no-opengl.patch diff --git a/media-libs/opencv/opencv-3.2.0-r3.ebuild b/media-libs/opencv/opencv-3.2.0-r3.ebuild index 57e9db2784e..d086af8ee6b 100644 --- a/media-libs/opencv/opencv-3.2.0-r3.ebuild +++ b/media-libs/opencv/opencv-3.2.0-r3.ebuild @@ -95,6 +95,10 @@ DEPEND="${RDEPEND} eigen? ( dev-cpp/eigen:3 ) java? ( >=virtual/jdk-1.6 )" +MULTILIB_WRAPPED_HEADERS=( + /usr/include/opencv2/cvconfig.h +) + PATCHES=( "${FILESDIR}/${PN}-3.0.0-gles.patch" "${FILESDIR}/${PN}-3.1.0-java-magic.patch"