From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1706608-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 588E615812D for <garchives@archives.gentoo.org>; Mon, 06 Jan 2025 14:38:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 938FCE07A5; Mon, 06 Jan 2025 14:38:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 79AFEE07A5 for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 14:38:37 +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 7F46733BE12 for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 14:38:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12985190F for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 14:38:35 +0000 (UTC) From: "James Le Cuirot" <chewi@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" <chewi@gentoo.org> Message-ID: <1736174305.deea1b51fd19aecc46f833d9d50be00be5aa1fb1.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lgogdownloader/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/lgogdownloader/lgogdownloader-3.16-r1.ebuild games-util/lgogdownloader/lgogdownloader-9999.ebuild X-VCS-Directories: games-util/lgogdownloader/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: deea1b51fd19aecc46f833d9d50be00be5aa1fb1 X-VCS-Branch: master Date: Mon, 06 Jan 2025 14:38:35 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 44aca313-512f-4232-b393-c9f455dc28e4 X-Archives-Hash: 1ccc4e7917c42a1aec4f6c776130a026 commit: deea1b51fd19aecc46f833d9d50be00be5aa1fb1 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon Jan 6 14:37:18 2025 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Mon Jan 6 14:38:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deea1b51 games-util/lgogdownloader: New qtbase BDEPENDency should have been optional Closes: https://bugs.gentoo.org/947609 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-util/lgogdownloader/lgogdownloader-3.16-r1.ebuild | 2 +- games-util/lgogdownloader/lgogdownloader-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-util/lgogdownloader/lgogdownloader-3.16-r1.ebuild b/games-util/lgogdownloader/lgogdownloader-3.16-r1.ebuild index 77314984dd49..e231df5f2241 100644 --- a/games-util/lgogdownloader/lgogdownloader-3.16-r1.ebuild +++ b/games-util/lgogdownloader/lgogdownloader-3.16-r1.ebuild @@ -38,8 +38,8 @@ DEPEND=" " BDEPEND=" - dev-qt/qtbase:6 virtual/pkgconfig + gui? ( dev-qt/qtbase:6 ) " src_configure() { diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild index 77314984dd49..e231df5f2241 100644 --- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild +++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild @@ -38,8 +38,8 @@ DEPEND=" " BDEPEND=" - dev-qt/qtbase:6 virtual/pkgconfig + gui? ( dev-qt/qtbase:6 ) " src_configure() {