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 6E20B158004 for ; Fri, 5 Jul 2024 12:59:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A36BB2BC02E; Fri, 5 Jul 2024 12:59:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8277C2BC02E for ; Fri, 5 Jul 2024 12:59:58 +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 92DA8335C96 for ; Fri, 5 Jul 2024 12:59:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97A7F1D9F for ; Fri, 5 Jul 2024 12:59:55 +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: <1720184048.cedfadf7a15f48555c953ac3e071914e29892edd.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kcrash/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kcrash/kcrash-9999.ebuild X-VCS-Directories: kde-frameworks/kcrash/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cedfadf7a15f48555c953ac3e071914e29892edd X-VCS-Branch: master Date: Fri, 5 Jul 2024 12:59:55 +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: f11c1f78-11d5-43d7-a4bd-c78b78ff8f60 X-Archives-Hash: 7a5164e748c032f28598883f6b88002a commit: cedfadf7a15f48555c953ac3e071914e29892edd Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 5 12:54:08 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 5 12:54:08 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cedfadf7 kde-frameworks/kcrash: Add missing dev-qt/qtbase[opengl] USEdep See also: https://invent.kde.org/frameworks/kcrash/-/merge_requests/60 Bug: https://bugs.gentoo.org/934987 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kcrash/kcrash-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kcrash/kcrash-9999.ebuild b/kde-frameworks/kcrash/kcrash-9999.ebuild index cb0d8cd6fc..37d4a45d1d 100644 --- a/kde-frameworks/kcrash/kcrash-9999.ebuild +++ b/kde-frameworks/kcrash/kcrash-9999.ebuild @@ -18,7 +18,7 @@ IUSE="X" RESTRICT="test" RDEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui] + >=dev-qt/qtbase-${QTMIN}:6[gui,opengl] =kde-frameworks/kcoreaddons-${PVCUT}*:6 X? ( x11-libs/libX11 ) "