From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-949759-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 0611E139694
	for <garchives@archives.gentoo.org>; Sun, 14 May 2017 18:56:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3B184E0DAC;
	Sun, 14 May 2017 18:56:24 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 17929E0DAC
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 May 2017 18:56:24 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id F3A6B3416CA
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 May 2017 18:56:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 661AC7448
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 May 2017 18:56:21 +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: <1494788165.38cdf1da88cfe5b22b8a93707b2a22b01dc8c931.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: 38cdf1da88cfe5b22b8a93707b2a22b01dc8c931
X-VCS-Branch: master
Date: Sun, 14 May 2017 18:56:21 +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-Archives-Salt: 4bfb9e9c-cf0d-4f48-b63b-94f1c152aa88
X-Archives-Hash: 39700489524a81f8cb41d64b00b892f6

commit:     38cdf1da88cfe5b22b8a93707b2a22b01dc8c931
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 18:56:05 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 14 18:56:05 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=38cdf1da

app-cdr/isoimagewriter: Add missing DEPENDs

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-cdr/isoimagewriter/isoimagewriter-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-cdr/isoimagewriter/isoimagewriter-9999.ebuild b/app-cdr/isoimagewriter/isoimagewriter-9999.ebuild
index 8af7d8d237..2e45994ad5 100644
--- a/app-cdr/isoimagewriter/isoimagewriter-9999.ebuild
+++ b/app-cdr/isoimagewriter/isoimagewriter-9999.ebuild
@@ -18,5 +18,7 @@ DEPEND="
 	$(add_frameworks_dep ki18n)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
+	app-crypt/gpgme[cxx,qt5]
+	virtual/libudev:=
 "
 RDEPEND="${DEPEND}"