From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1436128-garchives=archives.gentoo.org@lists.gentoo.org>
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 D0453158094
	for <garchives@archives.gentoo.org>; Wed, 14 Sep 2022 19:54:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 50F9DE0959;
	Wed, 14 Sep 2022 19:54:20 +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 36D3FE0959
	for <gentoo-commits@lists.gentoo.org>; Wed, 14 Sep 2022 19:54:20 +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 C0391340E7D
	for <gentoo-commits@lists.gentoo.org>; Wed, 14 Sep 2022 19:54:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CEA5599
	for <gentoo-commits@lists.gentoo.org>; Wed, 14 Sep 2022 19:54:17 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1663185233.a3a4b5808e3efdaf521a9d24cbf253fe0e4bfa20.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: a3a4b5808e3efdaf521a9d24cbf253fe0e4bfa20
X-VCS-Branch: master
Date: Wed, 14 Sep 2022 19:54:17 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d27d92c8-797f-4aad-acc2-cf51b221f326
X-Archives-Hash: fd647a69fd701954332492e4b742e672

commit:     a3a4b5808e3efdaf521a9d24cbf253fe0e4bfa20
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 14 19:53:53 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 19:53:53 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3a4b580

app-cdr/isoimagewriter: Add missing dependency

Bug: https://bugs.gentoo.org/853211
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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 c1b122a4a7..6026ff69a7 100644
--- a/app-cdr/isoimagewriter/isoimagewriter-9999.ebuild
+++ b/app-cdr/isoimagewriter/isoimagewriter-9999.ebuild
@@ -29,6 +29,7 @@ DEPEND="
 	>=kde-frameworks/kcrash-${KFMIN}:5
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
 	>=kde-frameworks/solid-${KFMIN}:5
 "
 RDEPEND="${DEPEND}"