public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/
Date: Sat, 31 Aug 2024 20:19:24 +0000 (UTC)	[thread overview]
Message-ID: <1725135458.0871c20053027dfff61701f27f408b2220a137ae.asturm@gentoo> (raw)

commit:     0871c20053027dfff61701f27f408b2220a137ae
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 18:15:13 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 20:17:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0871c200

games-util/lgogdownloader: Add missing dependencies

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 ...gdownloader-3.15.ebuild => lgogdownloader-3.15-r1.ebuild} | 12 ++++++++++--
 games-util/lgogdownloader/lgogdownloader-9999.ebuild         |  5 ++++-
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/games-util/lgogdownloader/lgogdownloader-3.15.ebuild b/games-util/lgogdownloader/lgogdownloader-3.15-r1.ebuild
similarity index 82%
rename from games-util/lgogdownloader/lgogdownloader-3.15.ebuild
rename to games-util/lgogdownloader/lgogdownloader-3.15-r1.ebuild
index 66bf9d5b6b62..8e8825bc6865 100644
--- a/games-util/lgogdownloader/lgogdownloader-3.15.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-3.15-r1.ebuild
@@ -21,8 +21,16 @@ RDEPEND="
 	dev-libs/tinyxml2:0=
 	>=net-misc/curl-7.55:0=[ssl]
 	gui? (
-		!qt6? ( dev-qt/qtwebengine:5[widgets] )
-		qt6? ( dev-qt/qtwebengine:6[widgets] )
+		!qt6? (
+			dev-qt/qtcore:5
+			dev-qt/qtnetwork:5
+			dev-qt/qtwebengine:5[widgets]
+			dev-qt/qtwidgets:5
+		)
+		qt6? (
+			dev-qt/qtbase:6[network,widgets]
+			dev-qt/qtwebengine:6[widgets]
+		)
 	)
 "
 

diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
index 6be67e274231..653b4c27add5 100644
--- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild
+++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild
@@ -19,7 +19,10 @@ RDEPEND="
 	>=dev-libs/jsoncpp-1.7:0=
 	dev-libs/tinyxml2:0=
 	>=net-misc/curl-7.55:0=[ssl]
-	gui? ( dev-qt/qtwebengine:6[widgets] )
+	gui? (
+		dev-qt/qtbase:6[network,widgets]
+		dev-qt/qtwebengine:6[widgets]
+	)
 "
 
 DEPEND="


             reply	other threads:[~2024-08-31 20:19 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-31 20:19 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-22 14:12 [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/ James Le Cuirot
2025-01-06 14:38 James Le Cuirot
2025-01-02 23:03 James Le Cuirot
2025-01-02 23:03 James Le Cuirot
2025-01-01 21:52 Andreas Sturmlechner
2025-01-01 21:52 Andreas Sturmlechner
2024-12-28 22:39 James Le Cuirot
2024-08-31 20:19 Andreas Sturmlechner
2024-08-31 20:19 Andreas Sturmlechner
2024-08-23 21:42 James Le Cuirot
2024-06-07 22:51 James Le Cuirot
2024-05-23 20:54 James Le Cuirot
2023-10-29  9:29 James Le Cuirot
2023-03-25 22:36 James Le Cuirot
2023-03-18 21:36 James Le Cuirot
2022-09-04 12:23 David Seifert
2022-08-11  7:37 Ionen Wolkens
2022-02-26 23:41 James Le Cuirot
2021-12-28 17:10 Ionen Wolkens
2021-09-04  7:21 James Le Cuirot
2020-12-30 21:34 James Le Cuirot
2020-04-16 20:44 James Le Cuirot
2020-03-19 23:35 James Le Cuirot
2019-04-30 22:00 James Le Cuirot
2019-04-30 22:00 James Le Cuirot
2018-10-14  7:35 James Le Cuirot
2018-09-28 18:38 James Le Cuirot
2018-09-28 18:38 James Le Cuirot
2017-12-21  1:57 David Seifert
2017-11-09 20:16 James Le Cuirot
2017-11-09 20:16 James Le Cuirot
2017-03-08 21:38 James Le Cuirot
2017-01-24 22:18 James Le Cuirot
2016-12-23 10:11 Johannes Huber
2016-11-23 23:13 James Le Cuirot
2016-09-17 10:05 James Le Cuirot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1725135458.0871c20053027dfff61701f27f408b2220a137ae.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox