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 3630513888F for ; Fri, 30 Oct 2015 23:55:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92C31E0826; Fri, 30 Oct 2015 23:55:23 +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 3BB11E0826 for ; Fri, 30 Oct 2015 23:55:23 +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 14D17340B90 for ; Fri, 30 Oct 2015 23:55:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BA0A1B85 for ; Fri, 30 Oct 2015 23:55:20 +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: <1446249227.d6d0861e762feae700de504781660a08d541e32c.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: d6d0861e762feae700de504781660a08d541e32c X-VCS-Branch: master Date: Fri, 30 Oct 2015 23:55:20 +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: 1709e4d7-29dc-4d81-8b21-cfc951124939 X-Archives-Hash: 532496074e9eac52add6e18179438af4 commit: d6d0861e762feae700de504781660a08d541e32c Author: Amy Winston gentoo org> AuthorDate: Fri Oct 30 23:53:47 2015 +0000 Commit: Amy Winston gentoo org> CommitDate: Fri Oct 30 23:53:47 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6d0861e media-libs/opencv: contrib path changed back 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 322f4b5..e2d2c75 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