aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-28 11:57:53 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-28 11:58:07 +0100
commit3e3bdd36be2474b66e0cf6db8fd11d09f5308866 (patch)
tree2e0107e1d83c0a629b9b34d1922ffec8f5a90a19 /www-client
parentkde-frameworks/kwayland: raise dev-libs/wayland dependency (diff)
downloadkde-3e3bdd36be2474b66e0cf6db8fd11d09f5308866.tar.gz
kde-3e3bdd36be2474b66e0cf6db8fd11d09f5308866.tar.bz2
kde-3e3bdd36be2474b66e0cf6db8fd11d09f5308866.zip
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
Diffstat (limited to 'www-client')
-rw-r--r--www-client/falkon/falkon-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
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 )