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 9DDA11581C1 for ; Fri, 5 Jul 2024 13:17:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC35A2BC019; Fri, 5 Jul 2024 13:16:59 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E9B42BC019 for ; Fri, 5 Jul 2024 13:16:59 +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 9549733BF41 for ; Fri, 5 Jul 2024 13:16:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4B441BC0 for ; Fri, 5 Jul 2024 13:16:56 +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: <1720185349.0498a9fa16d3a60e70e2e15e40d0e9883263245c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcrash/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kcrash/kcrash-6.3.0-r1.ebuild kde-frameworks/kcrash/kcrash-6.3.0.ebuild X-VCS-Directories: kde-frameworks/kcrash/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0498a9fa16d3a60e70e2e15e40d0e9883263245c X-VCS-Branch: master Date: Fri, 5 Jul 2024 13:16:56 +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: c06b7882-c849-41db-ba4e-22ca258a98b5 X-Archives-Hash: 90a1cad65b9fd1287e165ac98a853d5c commit: 0498a9fa16d3a60e70e2e15e40d0e9883263245c Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 5 12:54:08 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 5 13:15:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0498a9fa 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-6.3.0.ebuild => kcrash-6.3.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kcrash/kcrash-6.3.0.ebuild b/kde-frameworks/kcrash/kcrash-6.3.0-r1.ebuild similarity index 94% rename from kde-frameworks/kcrash/kcrash-6.3.0.ebuild rename to kde-frameworks/kcrash/kcrash-6.3.0-r1.ebuild index eff69651a396..dd02fd35a8a6 100644 --- a/kde-frameworks/kcrash/kcrash-6.3.0.ebuild +++ b/kde-frameworks/kcrash/kcrash-6.3.0-r1.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 ) "