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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F81A158083 for ; Sat, 31 Aug 2024 13:31:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2BC0E29E5; Sat, 31 Aug 2024 13:31:34 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE669E29E5 for ; Sat, 31 Aug 2024 13:31:34 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA45B3430F0 for ; Sat, 31 Aug 2024 13:31:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 242F71F28 for ; Sat, 31 Aug 2024 13:31:32 +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: <1725111032.1f0efd961719bee417e558d43905bcf330ba3673.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/prismlauncher/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/prismlauncher/prismlauncher-9999.ebuild X-VCS-Directories: games-action/prismlauncher/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1f0efd961719bee417e558d43905bcf330ba3673 X-VCS-Branch: master Date: Sat, 31 Aug 2024 13:31:32 +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: b35319a9-4827-4de9-ac84-0f2af1b528c6 X-Archives-Hash: 48a8c8ca0839b01189f966eba59e4491 commit: 1f0efd961719bee417e558d43905bcf330ba3673 Author: Username404-59 <53659497+Username404-59 users noreply github com> AuthorDate: Sat Aug 31 13:15:11 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Aug 31 13:30:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0efd96 games-action/prismlauncher-9999: Add missing dependency on dev-qt/qtnetworkauth Signed-off-by: Username404-59 <53659497+Username404-59 users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/38357 Signed-off-by: Andrew Ammerlaan gentoo.org> games-action/prismlauncher/prismlauncher-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild b/games-action/prismlauncher/prismlauncher-9999.ebuild index 82820693349e..ef648a1d8811 100644 --- a/games-action/prismlauncher/prismlauncher-9999.ebuild +++ b/games-action/prismlauncher/prismlauncher-9999.ebuild @@ -54,6 +54,7 @@ QT_DEPS=" >=dev-qt/qtcore-${MIN_QT_5_VERSION}:5 >=dev-qt/qtgui-${MIN_QT_5_VERSION}:5 >=dev-qt/qtnetwork-${MIN_QT_5_VERSION}:5 + >=dev-qt/qtnetworkauth-${MIN_QT_5_VERSION}:5 >=dev-qt/qttest-${MIN_QT_5_VERSION}:5 >=dev-qt/qtwidgets-${MIN_QT_5_VERSION}:5 >=dev-qt/qtxml-${MIN_QT_5_VERSION}:5 @@ -62,6 +63,7 @@ QT_DEPS=" qt6? ( >=dev-qt/qtbase-${MIN_QT_6_VERSION}:6[concurrent,gui,network,widgets,xml(+)] >=dev-qt/qt5compat-${MIN_QT_6_VERSION}:6 + >=dev-qt/qtnetworkauth-${MIN_QT_6_VERSION}:6 ) "