From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-993496-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 7892B138AE9
	for <garchives@archives.gentoo.org>; Thu, 28 Dec 2017 10:58:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CE820E0E4B;
	Thu, 28 Dec 2017 10:58:20 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 AD1E6E0E4B
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Dec 2017 10:58:20 +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 A11FE341236
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Dec 2017 10:58:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E309AEC8
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Dec 2017 10:58:16 +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: <1514458687.3e3bdd36be2474b66e0cf6db8fd11d09f5308866.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: www-client/falkon/
X-VCS-Repository: proj/kde
X-VCS-Files: www-client/falkon/falkon-9999.ebuild
X-VCS-Directories: www-client/falkon/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 3e3bdd36be2474b66e0cf6db8fd11d09f5308866
X-VCS-Branch: master
Date: Thu, 28 Dec 2017 10:58:16 +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: b0ca67aa-6f17-4d04-b189-30a31333c340
X-Archives-Hash: 9280f8573bdfd2eb090865b25041b259

commit:     3e3bdd36be2474b66e0cf6db8fd11d09f5308866
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 10:57:53 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 10:58:07 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e3bdd36

www-client/falkon: Add missing RDEPEND on dev-qt/qtsvg:5

Package is loading svg icons at runtime.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 www-client/falkon/falkon-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild
index 91e58c788c..873761e1ce 100644
--- a/www-client/falkon/falkon-9999.ebuild
+++ b/www-client/falkon/falkon-9999.ebuild
@@ -42,6 +42,7 @@ DEPEND="${COMMON_DEPEND}
 "
 RDEPEND="${COMMON_DEPEND}
 	!www-client/qupzilla
+	$(add_qt_dep qtsvg)
 "
 
 DOCS=( BUILDING.md CHANGELOG README.md )