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 4E6471581D3 for ; Sat, 18 May 2024 12:24:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94DBBE2A15; Sat, 18 May 2024 12:24:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7FF49E2A15 for ; Sat, 18 May 2024 12:24:52 +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 914C833BF28 for ; Sat, 18 May 2024 12:24:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22F7E132F for ; Sat, 18 May 2024 12:24:50 +0000 (UTC) From: "Mark Harmstone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mark Harmstone" Message-ID: <1716034823.4a07007b9931fcb765def0977eb2b47215e6b0d1.mark@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-benchmarks/kdiskmark/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-benchmarks/kdiskmark/kdiskmark-3.1.4-r1.ebuild app-benchmarks/kdiskmark/kdiskmark-3.1.4.ebuild X-VCS-Directories: app-benchmarks/kdiskmark/ X-VCS-Committer: mark X-VCS-Committer-Name: Mark Harmstone X-VCS-Revision: 4a07007b9931fcb765def0977eb2b47215e6b0d1 X-VCS-Branch: dev Date: Sat, 18 May 2024 12:24:50 +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: 5fe774b9-68c3-4fdd-8ab6-3431a30e28c8 X-Archives-Hash: 57f0d18240d0b6b537c2d5fef1293769 commit: 4a07007b9931fcb765def0977eb2b47215e6b0d1 Author: Mark Harmstone harmstone com> AuthorDate: Sat May 18 12:18:23 2024 +0000 Commit: Mark Harmstone harmstone com> CommitDate: Sat May 18 12:20:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a07007b app-benchmarks/kdiskmark: add dev-qt/qtgui as dependency (fixes bug 932129) Signed-off-by: Mark Harmstone harmstone.com> .../kdiskmark/{kdiskmark-3.1.4.ebuild => kdiskmark-3.1.4-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-benchmarks/kdiskmark/kdiskmark-3.1.4.ebuild b/app-benchmarks/kdiskmark/kdiskmark-3.1.4-r1.ebuild similarity index 97% rename from app-benchmarks/kdiskmark/kdiskmark-3.1.4.ebuild rename to app-benchmarks/kdiskmark/kdiskmark-3.1.4-r1.ebuild index d726adad98..147a05e787 100644 --- a/app-benchmarks/kdiskmark/kdiskmark-3.1.4.ebuild +++ b/app-benchmarks/kdiskmark/kdiskmark-3.1.4-r1.ebuild @@ -19,6 +19,7 @@ DEPEND="dev-qt/qtcore:5 dev-qt/qtwidgets:5 dev-qt/linguist-tools:5 dev-qt/qtdbus:5 + dev-qt/qtgui:5 kde-frameworks/extra-cmake-modules sys-auth/polkit-qt sys-block/fio[aio]"