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 1E995158009 for ; Tue, 27 Jun 2023 11:38:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EBAAE0871; Tue, 27 Jun 2023 11:38:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33200E0871 for ; Tue, 27 Jun 2023 11:38:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D511340FF4 for ; Tue, 27 Jun 2023 11:38:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09CF7135 for ; Tue, 27 Jun 2023 11:38:11 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1687865881.5ec1a0124b63060022b8d6e5babd0cd9338666ee.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openimageio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/openimageio/openimageio-2.4.12.0.ebuild X-VCS-Directories: media-libs/openimageio/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 5ec1a0124b63060022b8d6e5babd0cd9338666ee X-VCS-Branch: master Date: Tue, 27 Jun 2023 11:38:11 +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: e9d40b17-c77e-402f-b602-8b9e7c23cfb2 X-Archives-Hash: 7dcdfd4d57bc3581648c327806cc6944 commit: 5ec1a0124b63060022b8d6e5babd0cd9338666ee Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Jun 27 11:36:39 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Jun 27 11:38:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec1a012 media-libs/openimageio: correct dependency on opengl and fix an unused cmake variable warning Closes: https://bugs.gentoo.org/909280 Signed-off-by: Andrew Ammerlaan gentoo.org> media-libs/openimageio/openimageio-2.4.12.0.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/media-libs/openimageio/openimageio-2.4.12.0.ebuild b/media-libs/openimageio/openimageio-2.4.12.0.ebuild index 8520aeeffd4e..031e7ea96764 100644 --- a/media-libs/openimageio/openimageio-2.4.12.0.ebuild +++ b/media-libs/openimageio/openimageio-2.4.12.0.ebuild @@ -78,18 +78,14 @@ RDEPEND=" ') ) qt5? ( - media-libs/glew:= - virtual/glu - virtual/opengl + media-libs/libglvnd dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtopengl:5 dev-qt/qtwidgets:5 ) qt6? ( - media-libs/glew:= - virtual/glu - virtual/opengl + media-libs/libglvnd dev-qt/qtbase:6[gui,widgets,opengl] ) raw? ( media-libs/libraw:= ) @@ -164,7 +160,7 @@ src_configure() { mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_Qt6=ON ) fi else - mycmakeargs+=( -DENABLE_IV=OFF -DUSE_OPENGL=OFF -DUSE_QT=OFF ) + mycmakeargs+=( -DENABLE_IV=OFF -DUSE_QT=OFF ) fi if use python; then