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 0B5F8138334 for ; Sun, 24 Feb 2019 15:32:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 009C9E0924; Sun, 24 Feb 2019 15:32:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CD300E0924 for ; Sun, 24 Feb 2019 15:32:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0CB9E335CFC for ; Sun, 24 Feb 2019 15:32:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A52A525 for ; Sun, 24 Feb 2019 15:32:45 +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: <1551022351.6361925c23ac7d41c8f28aa8f7c89c14253e22f3.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: 6361925c23ac7d41c8f28aa8f7c89c14253e22f3 X-VCS-Branch: master Date: Sun, 24 Feb 2019 15:32:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36447a38-b253-430d-b525-e27f46b11b27 X-Archives-Hash: 36138d8b298e1c3c74c5dc6e71223ee2 commit: 6361925c23ac7d41c8f28aa8f7c89c14253e22f3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 24 15:31:46 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 24 15:32:31 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6361925c www-client/falkon: Fix USE gnome DEPEND Bug: https://bugs.gentoo.org/678608 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> www-client/falkon/falkon-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index c92b2e5f51..99bff646b9 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -31,7 +31,7 @@ COMMON_DEPEND=" $(add_qt_dep qtwebengine 'widgets' '' '5=') $(add_qt_dep qtwidgets) dbus? ( $(add_qt_dep qtdbus) ) - gnome-keyring? ( gnome-base/gnome-keyring ) + gnome-keyring? ( gnome-base/libgnome-keyring ) kde? ( $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash)