From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-829059-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id DE9921397E9
	for <garchives@archives.gentoo.org>; Tue, 18 Aug 2015 15:41:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EED53E083C;
	Tue, 18 Aug 2015 15:41:21 +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 930E8E083C
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Aug 2015 15:41:21 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id AE1BD34086C
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Aug 2015 15:41:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C60B7124
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Aug 2015 15:41:17 +0000 (UTC)
From: "Amy Winston" <amynka@gentoo.org>
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" <amynka@gentoo.org>
Message-ID: <1439912452.62e62d96e222203f221b39479730adc0b5e4ee04.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: 62e62d96e222203f221b39479730adc0b5e4ee04
X-VCS-Branch: master
Date: Tue, 18 Aug 2015 15:41:17 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 84a410f5-2194-4859-95f9-95eed3b24691
X-Archives-Hash: e7b7fa3fc5eda49715df2bb80a799dc3

commit:     62e62d96e222203f221b39479730adc0b5e4ee04
Author:     Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 15:40:19 2015 +0000
Commit:     Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 15:40:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e62d96

media-libs/opencv: url for contrib changed.

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 b71e509..e2d2c75 100644
--- a/media-libs/opencv/opencv-3.0.0.ebuild
+++ b/media-libs/opencv/opencv-3.0.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://opencv.org"
 SRC_URI="
 	mirror://sourceforge/opencvlibrary/opencv-unix/${PV}/${P}.zip
 	https://github.com/Itseez/${PN}/archive/${PV}.zip -> ${P}.zip
-	contrib? ( https://github.com/Itseez/${PN}_contrib/archive/master.zip -> ${PN}_contrib.zip )"
+	contrib? ( https://github.com/Itseez/opencv_contrib/archive/172fdb315280325a617fbb9db5ec5631acd8180e.zip -> ${PN}_contrib.zip )" # commit from 6.8.2015
 
 LICENSE="BSD"
 SLOT="0/3.0"