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 DA6CD15838C for ; Sun, 21 Jan 2024 19:15:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 273B4E29AF; Sun, 21 Jan 2024 19:15:07 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D4DDE29AF for ; Sun, 21 Jan 2024 19:15:07 +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 5309C343297 for ; Sun, 21 Jan 2024 19:15:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6EF31474 for ; Sun, 21 Jan 2024 19:15:04 +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: <1705864494.03576de152d9dae86f5217b375e28c70797eea94.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mlt/mlt-7.22.0-r1.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 03576de152d9dae86f5217b375e28c70797eea94 X-VCS-Branch: master Date: Sun, 21 Jan 2024 19:15:04 +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: da1fd890-7e6e-488f-be78-3fa6a1ce3c63 X-Archives-Hash: 4cb0458f2e7fe40d65c8cba565fa616e commit: 03576de152d9dae86f5217b375e28c70797eea94 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 21 19:11:19 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 21 19:14:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03576de1 media-libs/mlt: Add missing dev-qt/qtbase[opengl] USEdep Closes: https://bugs.gentoo.org/922631 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/mlt/mlt-7.22.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mlt/mlt-7.22.0-r1.ebuild b/media-libs/mlt/mlt-7.22.0-r1.ebuild index 79bf96647501..ab89dae1cfc3 100644 --- a/media-libs/mlt/mlt-7.22.0-r1.ebuild +++ b/media-libs/mlt/mlt-7.22.0-r1.ebuild @@ -56,7 +56,7 @@ DEPEND=" ) qt6? ( dev-qt/qt5compat:6 - dev-qt/qtbase:6[gui,network,widgets,xml] + dev-qt/qtbase:6[gui,network,opengl,widgets,xml] dev-qt/qtsvg:6 media-libs/libexif x11-libs/libX11