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 1058D15ACFC for ; Thu, 4 May 2023 13:34:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3450EE0821; Thu, 4 May 2023 13:34:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 17E94E0821 for ; Thu, 4 May 2023 13:34:44 +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 1C7453414D3 for ; Thu, 4 May 2023 13:34:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 860AB8E4 for ; Thu, 4 May 2023 13:34:41 +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: <1683207255.137d64465643b791205f2f76bdc57581ba7f21fb.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-cdr/isoimagewriter/ X-VCS-Repository: proj/kde X-VCS-Files: app-cdr/isoimagewriter/isoimagewriter-9999.ebuild X-VCS-Directories: app-cdr/isoimagewriter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 137d64465643b791205f2f76bdc57581ba7f21fb X-VCS-Branch: master Date: Thu, 4 May 2023 13:34:41 +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: e5e80814-e206-4880-89ec-5605b57f2b1e X-Archives-Hash: b4120883d2bb2b2e17605421aac50c8d commit: 137d64465643b791205f2f76bdc57581ba7f21fb Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 4 13:34:15 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 4 13:34:15 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=137d6446 app-cdr/isoimagewriter: Add new dependency Upstream commit 02dfc1c7d4862588e631fee01e6144fb3f9c9aec Signed-off-by: Andreas Sturmlechner gentoo.org> app-cdr/isoimagewriter/isoimagewriter-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-cdr/isoimagewriter/isoimagewriter-9999.ebuild b/app-cdr/isoimagewriter/isoimagewriter-9999.ebuild index 43d557d285..338a892fdf 100644 --- a/app-cdr/isoimagewriter/isoimagewriter-9999.ebuild +++ b/app-cdr/isoimagewriter/isoimagewriter-9999.ebuild @@ -24,6 +24,7 @@ DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qttest-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 >=kde-frameworks/karchive-${KFMIN}:5 >=kde-frameworks/kcrash-${KFMIN}:5