From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-962902-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 2C8B8139694
	for <garchives@archives.gentoo.org>; Fri, 21 Jul 2017 17:54:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BF9A0E0D33;
	Fri, 21 Jul 2017 17:54:39 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A064CE0D33
	for <gentoo-commits@lists.gentoo.org>; Fri, 21 Jul 2017 17:54:39 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 727EF3419D5
	for <gentoo-commits@lists.gentoo.org>; Fri, 21 Jul 2017 17:54:38 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 22FA574C6
	for <gentoo-commits@lists.gentoo.org>; Fri, 21 Jul 2017 17:54:36 +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: <1500657552.8b3d765ef78fbef6ae1a130284d23b95d0b784e5.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: media-sound/elisa/
X-VCS-Repository: proj/kde
X-VCS-Files: media-sound/elisa/elisa-9999.ebuild
X-VCS-Directories: media-sound/elisa/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 8b3d765ef78fbef6ae1a130284d23b95d0b784e5
X-VCS-Branch: master
Date: Fri, 21 Jul 2017 17:54:36 +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: f0dcefb0-a907-4c2d-afa7-1945b972d756
X-Archives-Hash: aa0569508b83f357303c8c2bae02d806

commit:     8b3d765ef78fbef6ae1a130284d23b95d0b784e5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 17:19:12 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 17:19:12 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8b3d765e

media-sound/elisa: Add missing RDEPEND

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-sound/elisa/elisa-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/elisa/elisa-9999.ebuild b/media-sound/elisa/elisa-9999.ebuild
index b6c8400c62..69c2033b34 100644
--- a/media-sound/elisa/elisa-9999.ebuild
+++ b/media-sound/elisa/elisa-9999.ebuild
@@ -39,6 +39,7 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	$(add_qt_dep qtgraphicaleffects)
 	$(add_qt_dep qtquickcontrols)
+	$(add_qt_dep qtquickcontrols2)
 "
 
 RESTRICT+=" test"