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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 929FC158041 for ; Sat, 6 Apr 2024 20:43:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A861FE2A33; Sat, 6 Apr 2024 20:43:55 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 75152E2A33 for ; Sat, 6 Apr 2024 20:43:55 +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 0FB533432C4 for ; Sat, 6 Apr 2024 20:43:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4817C135F for ; Sat, 6 Apr 2024 20:43:52 +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: <1712436100.504bf0af749246d350fd974d7767c2b163b489be.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: www-client/falkon/ X-VCS-Repository: proj/kde X-VCS-Files: www-client/falkon/falkon-24.02.49.9999.ebuild www-client/falkon/falkon-9999.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 504bf0af749246d350fd974d7767c2b163b489be X-VCS-Branch: master Date: Sat, 6 Apr 2024 20:43:52 +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: 9716aaca-44e7-4bdc-b799-e5bd701a026f X-Archives-Hash: a34a986a953b8416691315b33216d85c commit: 504bf0af749246d350fd974d7767c2b163b489be Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 6 20:41:40 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 6 20:41:40 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=504bf0af www-client/falkon: Add missing dependency Upstream commit 632cd4c4ba8e865b796a30a85d471be8fe52d64a Bug: https://bugs.gentoo.org/928743 Signed-off-by: Andreas Sturmlechner gentoo.org> www-client/falkon/falkon-24.02.49.9999.ebuild | 1 + www-client/falkon/falkon-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/www-client/falkon/falkon-24.02.49.9999.ebuild b/www-client/falkon/falkon-24.02.49.9999.ebuild index e4ee319947..1bcf52dfde 100644 --- a/www-client/falkon/falkon-24.02.49.9999.ebuild +++ b/www-client/falkon/falkon-24.02.49.9999.ebuild @@ -22,6 +22,7 @@ RESTRICT="test" # bug 653046 COMMON_DEPEND=" dev-libs/openssl:0= + >=dev-qt/qt5compat-${QTMIN}:6 >=dev-qt/qtbase-${QTMIN}:6[dbus?,gui,network,sql,sqlite,ssl,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6[widgets] >=dev-qt/qtwebchannel-${QTMIN}:6 diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index e4ee319947..1bcf52dfde 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -22,6 +22,7 @@ RESTRICT="test" # bug 653046 COMMON_DEPEND=" dev-libs/openssl:0= + >=dev-qt/qt5compat-${QTMIN}:6 >=dev-qt/qtbase-${QTMIN}:6[dbus?,gui,network,sql,sqlite,ssl,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6[widgets] >=dev-qt/qtwebchannel-${QTMIN}:6