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 77497138359 for ; Mon, 12 Oct 2020 16:15:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D76BBE08EC; Mon, 12 Oct 2020 16:15:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C2821E08EC for ; Mon, 12 Oct 2020 16:15:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 55C75335DB3 for ; Mon, 12 Oct 2020 16:15:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 088793AA for ; Mon, 12 Oct 2020 16:15:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1602519321.0c6803070cc0949b36b41c8739de46ae0dff9ea0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opencv/opencv-4.4.0-r1.ebuild media-libs/opencv/opencv-4.4.0-r2.ebuild X-VCS-Directories: media-libs/opencv/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0c6803070cc0949b36b41c8739de46ae0dff9ea0 X-VCS-Branch: master Date: Mon, 12 Oct 2020 16:15:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d706d05d-53ea-4c3d-b007-635321445688 X-Archives-Hash: 67078c5f91f271b2b0d83e30d6afab88 commit: 0c6803070cc0949b36b41c8739de46ae0dff9ea0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 12 16:13:48 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 12 16:15:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c680307 media-libs/opencv: Revert "require gentoo.org> media-libs/opencv/{opencv-4.4.0-r2.ebuild => opencv-4.4.0-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-libs/opencv/opencv-4.4.0-r2.ebuild b/media-libs/opencv/opencv-4.4.0-r1.ebuild similarity index 99% rename from media-libs/opencv/opencv-4.4.0-r2.ebuild rename to media-libs/opencv/opencv-4.4.0-r1.ebuild index d4f7abc4869..259f25ce1f0 100644 --- a/media-libs/opencv/opencv-4.4.0-r2.ebuild +++ b/media-libs/opencv/opencv-4.4.0-r1.ebuild @@ -138,9 +138,8 @@ RDEPEND=" vtk? ( sci-libs/vtk[rendering] ) webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] ) xine? ( media-libs/xine-lib )" -# bug #747949 for eigen restriction DEPEND="${RDEPEND} - eigen? ( =virtual/jdk-1.6 )" BDEPEND="virtual/pkgconfig"