From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5D696158200 for ; Tue, 16 Sep 2025 18:17:15 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3175E3410E3 for ; Tue, 16 Sep 2025 18:17:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1220D110572; Tue, 16 Sep 2025 18:17:12 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 04D01110572 for ; Tue, 16 Sep 2025 18:17:12 +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 AA045340F92 for ; Tue, 16 Sep 2025 18:17:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B8B3323D for ; Tue, 16 Sep 2025 18:17:10 +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: <1758046573.fa3fa81f39937fd02bf953f1a1e34b10b3a3cfcb.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-editors/ghostwriter/ X-VCS-Repository: proj/kde X-VCS-Files: app-editors/ghostwriter/ghostwriter-25.08.49.9999.ebuild app-editors/ghostwriter/ghostwriter-9999.ebuild X-VCS-Directories: app-editors/ghostwriter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fa3fa81f39937fd02bf953f1a1e34b10b3a3cfcb X-VCS-Branch: master Date: Tue, 16 Sep 2025 18:17:10 +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: dfab1140-86ab-470d-baac-ff09fc3ed56d X-Archives-Hash: 1844850ab468924108a6a00becfc2fc4 commit: fa3fa81f39937fd02bf953f1a1e34b10b3a3cfcb Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 16 18:16:13 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 16 18:16:13 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fa3fa81f app-editors/ghostwriter: Add missing dev-qt/qtwebengine[widgets] USEdep Bug: https://bugs.gentoo.org/962768 Signed-off-by: Andreas Sturmlechner gentoo.org> app-editors/ghostwriter/ghostwriter-25.08.49.9999.ebuild | 2 +- app-editors/ghostwriter/ghostwriter-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/ghostwriter/ghostwriter-25.08.49.9999.ebuild b/app-editors/ghostwriter/ghostwriter-25.08.49.9999.ebuild index 1aaad02fbb..b44b566be5 100644 --- a/app-editors/ghostwriter/ghostwriter-25.08.49.9999.ebuild +++ b/app-editors/ghostwriter/ghostwriter-25.08.49.9999.ebuild @@ -22,7 +22,7 @@ RDEPEND=" >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] >=dev-qt/qtsvg-${QTMIN}:6 >=dev-qt/qtwebchannel-${QTMIN}:6 - >=dev-qt/qtwebengine-${QTMIN}:6 + >=dev-qt/qtwebengine-${QTMIN}:6[widgets] >=kde-frameworks/kcoreaddons-${KFMIN}:6 >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 >=kde-frameworks/kxmlgui-${KFMIN}:6 diff --git a/app-editors/ghostwriter/ghostwriter-9999.ebuild b/app-editors/ghostwriter/ghostwriter-9999.ebuild index 1aaad02fbb..b44b566be5 100644 --- a/app-editors/ghostwriter/ghostwriter-9999.ebuild +++ b/app-editors/ghostwriter/ghostwriter-9999.ebuild @@ -22,7 +22,7 @@ RDEPEND=" >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] >=dev-qt/qtsvg-${QTMIN}:6 >=dev-qt/qtwebchannel-${QTMIN}:6 - >=dev-qt/qtwebengine-${QTMIN}:6 + >=dev-qt/qtwebengine-${QTMIN}:6[widgets] >=kde-frameworks/kcoreaddons-${KFMIN}:6 >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 >=kde-frameworks/kxmlgui-${KFMIN}:6