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 5626013835A for ; Mon, 12 Oct 2020 16:11:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E32DE0877; Mon, 12 Oct 2020 16:11:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 76F1DE0877 for ; Mon, 12 Oct 2020 16:11:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3FE8F335DA9 for ; Mon, 12 Oct 2020 16:11:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3E78354 for ; Mon, 12 Oct 2020 16:11:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1602519105.ec0fa8e9928460b1cc10dec718ba5ad1db5b9b9e.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ec0fa8e9928460b1cc10dec718ba5ad1db5b9b9e X-VCS-Branch: master Date: Mon, 12 Oct 2020 16:11:49 +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: 441d2905-9d76-4426-8059-59efe10f7ee7 X-Archives-Hash: 556407cf7357a0f379bab4ab8b187be3 commit: ec0fa8e9928460b1cc10dec718ba5ad1db5b9b9e Author: Sam James gentoo org> AuthorDate: Mon Oct 12 16:11:25 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 12 16:11:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0fa8e9 media-libs/opencv: require gentoo.org> media-libs/opencv/{opencv-4.4.0-r1.ebuild => opencv-4.4.0-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/opencv/opencv-4.4.0-r1.ebuild b/media-libs/opencv/opencv-4.4.0-r2.ebuild similarity index 99% rename from media-libs/opencv/opencv-4.4.0-r1.ebuild rename to media-libs/opencv/opencv-4.4.0-r2.ebuild index 259f25ce1f0..d4f7abc4869 100644 --- a/media-libs/opencv/opencv-4.4.0-r1.ebuild +++ b/media-libs/opencv/opencv-4.4.0-r2.ebuild @@ -138,8 +138,9 @@ 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? ( dev-cpp/eigen:3 ) + eigen? ( =virtual/jdk-1.6 )" BDEPEND="virtual/pkgconfig"