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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7EEB6158094 for ; Fri, 8 Jul 2022 00:57:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38F5EE0BE3; Fri, 8 Jul 2022 00:57:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89D81E0BD0 for ; Fri, 8 Jul 2022 00:57:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A32A340DE0 for ; Fri, 8 Jul 2022 00:57:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9DBB51F for ; Fri, 8 Jul 2022 00:57:54 +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: <1657241786.bb40b419b4806cd2ddbb2f72f2518abd9b8d23c9.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.5.5-r1.ebuild media-libs/opencv/opencv-4.5.5-r2.ebuild media-libs/opencv/opencv-4.6.0-r1.ebuild media-libs/opencv/opencv-4.6.0-r2.ebuild X-VCS-Directories: media-libs/opencv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bb40b419b4806cd2ddbb2f72f2518abd9b8d23c9 X-VCS-Branch: master Date: Fri, 8 Jul 2022 00:57:54 +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: f5f8d673-dac1-4f0a-8966-786dc3319a65 X-Archives-Hash: 623a014e3babf3c4eb00d7d7767b5c60 commit: bb40b419b4806cd2ddbb2f72f2518abd9b8d23c9 Author: Sam James gentoo org> AuthorDate: Thu Jul 7 21:39:55 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 8 00:56:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb40b419 media-libs/opencv: add dev-cpp/glog subslot dep Signed-off-by: Sam James gentoo.org> media-libs/opencv/{opencv-4.5.5-r1.ebuild => opencv-4.5.5-r2.ebuild} | 4 ++-- media-libs/opencv/{opencv-4.6.0-r1.ebuild => opencv-4.6.0-r2.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/opencv/opencv-4.5.5-r1.ebuild b/media-libs/opencv/opencv-4.5.5-r2.ebuild similarity index 99% rename from media-libs/opencv/opencv-4.5.5-r1.ebuild rename to media-libs/opencv/opencv-4.5.5-r2.ebuild index c91d39563697..ba8b80694058 100644 --- a/media-libs/opencv/opencv-4.5.5-r1.ebuild +++ b/media-libs/opencv/opencv-4.5.5-r2.ebuild @@ -99,8 +99,8 @@ RDEPEND=" contribovis? ( dev-games/ogre:0/1.12 ) ffmpeg? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] ) gdal? ( sci-libs/gdal:= ) - gflags? ( dev-cpp/gflags[${MULTILIB_USEDEP}] ) - glog? ( dev-cpp/glog[${MULTILIB_USEDEP}] ) + gflags? ( dev-cpp/gflags:=[${MULTILIB_USEDEP}] ) + glog? ( dev-cpp/glog:=[${MULTILIB_USEDEP}] ) gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] ) gstreamer? ( media-libs/gstreamer:1.0[${MULTILIB_USEDEP}] diff --git a/media-libs/opencv/opencv-4.6.0-r1.ebuild b/media-libs/opencv/opencv-4.6.0-r2.ebuild similarity index 99% rename from media-libs/opencv/opencv-4.6.0-r1.ebuild rename to media-libs/opencv/opencv-4.6.0-r2.ebuild index 56eae7b76fa1..49f04357d294 100644 --- a/media-libs/opencv/opencv-4.6.0-r1.ebuild +++ b/media-libs/opencv/opencv-4.6.0-r2.ebuild @@ -97,8 +97,8 @@ RDEPEND=" contribovis? ( dev-games/ogre:0/1.12 ) ffmpeg? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] ) gdal? ( sci-libs/gdal:= ) - gflags? ( dev-cpp/gflags[${MULTILIB_USEDEP}] ) - glog? ( dev-cpp/glog[${MULTILIB_USEDEP}] ) + gflags? ( dev-cpp/gflags:=[${MULTILIB_USEDEP}] ) + glog? ( dev-cpp/glog:=[${MULTILIB_USEDEP}] ) gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] ) gstreamer? ( media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]