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 0BF58138330 for ; Sun, 2 Oct 2016 17:41:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DE1DE0B6D; Sun, 2 Oct 2016 17:41:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40C1AE0B6D for ; Sun, 2 Oct 2016 17:41:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81A2C340D24 for ; Sun, 2 Oct 2016 17:41:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3606C248C for ; Sun, 2 Oct 2016 17:41:03 +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: <1475430030.ec9c78f324958774c32fd2ef4e9595bf0b9531bf.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-2.4.12-r1.ebuild X-VCS-Directories: media-libs/opencv/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: ec9c78f324958774c32fd2ef4e9595bf0b9531bf X-VCS-Branch: master Date: Sun, 2 Oct 2016 17:41:03 +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: 67de447c-3b5b-4c8a-b8d3-41579670ada9 X-Archives-Hash: 68a20fd45b374a7dd6f66561d27ad236 commit: ec9c78f324958774c32fd2ef4e9595bf0b9531bf Author: Amy Winston gentoo org> AuthorDate: Sun Oct 2 17:40:30 2016 +0000 Commit: Amy Winston gentoo org> CommitDate: Sun Oct 2 17:40:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9c78f3 media-libs/opencv: add gles patch bug #554478 Package-Manager: portage-2.2.28 media-libs/opencv/opencv-2.4.12-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/opencv/opencv-2.4.12-r1.ebuild b/media-libs/opencv/opencv-2.4.12-r1.ebuild index c18d7de..16ab06a 100644 --- a/media-libs/opencv/opencv-2.4.12-r1.ebuild +++ b/media-libs/opencv/opencv-2.4.12-r1.ebuild @@ -87,6 +87,7 @@ PATCHES=( "${FILESDIR}/${PN}-2.4.8-javamagic.patch" "${FILESDIR}/${PN}-2.4.9-cuda-pkg-config.patch" "${FILESDIR}/${P}-git-autodetect.patch" + "${FILESDIR}/${PN}-3.0.0-gles.patch" ) pkg_setup() {