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 5318F15808D for ; Tue, 19 Apr 2022 05:50:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 248E4E0823; Tue, 19 Apr 2022 05:50:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 4BAE9E0823 for ; Tue, 19 Apr 2022 05:50:38 +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 4225634164C for ; Tue, 19 Apr 2022 05:50:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A3DD3B3 for ; Tue, 19 Apr 2022 05:50:34 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1650347173.4610dead81f9749649b0f5f0ddb8c412c9b4b7ea.mattst88@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 X-VCS-Directories: media-libs/opencv/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4610dead81f9749649b0f5f0ddb8c412c9b4b7ea X-VCS-Branch: master Date: Tue, 19 Apr 2022 05:50:34 +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: 0807a818-9e9a-40f8-8208-ec7f36a1a0b3 X-Archives-Hash: 0cf435353223a87108d7e92c321837c6 commit: 4610dead81f9749649b0f5f0ddb8c412c9b4b7ea Author: Matt Turner gentoo org> AuthorDate: Tue Apr 19 05:44:02 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Apr 19 05:46:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4610dead media-libs/opencv: Allow USE="gtk3 opengl" Inexplicably removed in commit 83780dade6b ("media-libs/opencv: version bump to 4.4.0"). Closes: https://bugs.gentoo.org/836788 Signed-off-by: Matt Turner gentoo.org> media-libs/opencv/opencv-4.5.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/opencv/opencv-4.5.5-r1.ebuild b/media-libs/opencv/opencv-4.5.5-r1.ebuild index e3d2e5a3efbe..65583955c5a9 100644 --- a/media-libs/opencv/opencv-4.5.5-r1.ebuild +++ b/media-libs/opencv/opencv-4.5.5-r1.ebuild @@ -76,7 +76,7 @@ REQUIRED_USE=" contribxfeatures2d? ( contrib download ) examples? ( contribdnn ) java? ( python ) - opengl? ( qt5 ) + opengl? ( || ( gtk3 qt5 ) ) python? ( ${PYTHON_REQUIRED_USE} ) tesseract? ( contrib ) ?? ( gtk3 qt5 )"