commit: 1f0efd961719bee417e558d43905bcf330ba3673 Author: Username404-59 <53659497+Username404-59 <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Sat Aug 31 13:15:11 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <AT> users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/38357 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> 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 ) "
