From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 1D93D1382C5 for ; Wed, 9 May 2018 07:47:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A1E6E0B42; Wed, 9 May 2018 07:47:37 +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 3A1CFE0B42 for ; Wed, 9 May 2018 07:47:37 +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 50714335C30 for ; Wed, 9 May 2018 07:47:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC5A43E for ; Wed, 9 May 2018 07:47:34 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1525851942.f76b682a4bf613f810d78876dbe3515988876b5e.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: f76b682a4bf613f810d78876dbe3515988876b5e X-VCS-Branch: master Date: Wed, 9 May 2018 07:47:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 81c5e7e6-b4ea-4997-9788-dfe8469e6fbe X-Archives-Hash: cd99a3580971d61d2c0db15c40ff08f7 commit: f76b682a4bf613f810d78876dbe3515988876b5e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 9 07:37:41 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 9 07:45:42 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f76b682a www-client/falkon: Add missing DEPENDs Package-Manager: Portage-2.3.36, Repoman-2.3.9 www-client/falkon/falkon-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) 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)