From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D6A6713888F for ; Fri, 30 Oct 2015 17:09:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 177E1E07FD; Fri, 30 Oct 2015 17:09:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFE0FE07FD for ; Fri, 30 Oct 2015 17:09:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E757340CB1 for ; Fri, 30 Oct 2015 17:09:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE9FA1B2D for ; Fri, 30 Oct 2015 17:09:00 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1446224871.8fafb947e66eefac34dc6a43ffecbe16269a54c5.amynka@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.0.0.ebuild X-VCS-Directories: media-libs/opencv/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: 8fafb947e66eefac34dc6a43ffecbe16269a54c5 X-VCS-Branch: master Date: Fri, 30 Oct 2015 17:09:00 +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: 3fc28ca3-18a8-487c-a9df-01f805328465 X-Archives-Hash: 3dbb54b8920db302c83c8182a33d22a1 commit: 8fafb947e66eefac34dc6a43ffecbe16269a54c5 Author: Amy Winston gentoo org> AuthorDate: Fri Oct 30 17:07:51 2015 +0000 Commit: Amy Winston gentoo org> CommitDate: Fri Oct 30 17:07:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fafb947 media-libs/opencv: contrib path changed bug #558104. Package-Manager: portage-2.2.20.1 media-libs/opencv/opencv-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/opencv/opencv-3.0.0.ebuild b/media-libs/opencv/opencv-3.0.0.ebuild index e2d2c75..322f4b5 100644 --- a/media-libs/opencv/opencv-3.0.0.ebuild +++ b/media-libs/opencv/opencv-3.0.0.ebuild @@ -175,7 +175,7 @@ src_configure() { fi if use contrib; then - mycmakeargs+=( "-DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib-master/modules" ) + mycmakeargs+=( "-DOPENCV_EXTRA_MODULES_PATH=../../opencv_contrib-master/modules" ) fi if use cuda; then