diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-09 09:37:41 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-09 09:45:42 +0200 |
commit | f76b682a4bf613f810d78876dbe3515988876b5e (patch) | |
tree | 92e9c0137b92767f6a21f96d7e1289bafd3f2fdf /www-client | |
parent | www-client/falkon: Add missing DEPENDs (diff) | |
download | kde-f76b682a4bf613f810d78876dbe3515988876b5e.tar.gz kde-f76b682a4bf613f810d78876dbe3515988876b5e.tar.bz2 kde-f76b682a4bf613f810d78876dbe3515988876b5e.zip |
www-client/falkon: Add missing DEPENDs
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/falkon/falkon-9999.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index 0dad5d2db9..3fee51dcca 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -31,6 +31,8 @@ COMMON_DEPEND=" dbus? ( $(add_qt_dep qtdbus) ) gnome-keyring? ( gnome-base/gnome-keyring ) kde? ( + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) $(add_frameworks_dep kio) $(add_frameworks_dep kwallet) ) @@ -47,6 +49,9 @@ DEPEND="${COMMON_DEPEND} $(add_qt_dep qtconcurrent) gnome-keyring? ( virtual/pkgconfig ) " +if [[ ${KDE_BUILD_TYPE} != live ]]; then + DEPEND+=" $(add_frameworks_dep ki18n)" +fi RDEPEND="${COMMON_DEPEND} !www-client/qupzilla $(add_qt_dep qtsvg) |