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 664F61382C5 for ; Sun, 4 Feb 2018 21:15:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73C7EE0B33; Sun, 4 Feb 2018 21:14:59 +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 4D66AE0B33 for ; Sun, 4 Feb 2018 21:14:58 +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 5B8FF335C30 for ; Sun, 4 Feb 2018 21:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3C931C5 for ; Sun, 4 Feb 2018 21:14:55 +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: <1517778884.c090c65d831afc3866e798df19bceb3fad5515bd.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/konqueror/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/konqueror/konqueror-9999.ebuild X-VCS-Directories: kde-apps/konqueror/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c090c65d831afc3866e798df19bceb3fad5515bd X-VCS-Branch: master Date: Sun, 4 Feb 2018 21:14:55 +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: 06c463c2-8091-4388-ba84-29b7b833fd16 X-Archives-Hash: 62cc80c0e614cdaae180358ac6f141f3 commit: c090c65d831afc3866e798df19bceb3fad5515bd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 4 21:14:44 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 4 21:14:44 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c090c65d kde-apps/konqueror: Add new kwallet DEPEND Upstream commit 56ea2a32d2f1d9f4e6c97b27080cf8144a932ee3 Package-Manager: Portage-2.3.24, Repoman-2.3.6 kde-apps/konqueror/konqueror-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/konqueror/konqueror-9999.ebuild b/kde-apps/konqueror/konqueror-9999.ebuild index 10869b7f04..49e5bd7b70 100644 --- a/kde-apps/konqueror/konqueror-9999.ebuild +++ b/kde-apps/konqueror/konqueror-9999.ebuild @@ -40,6 +40,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kjobwidgets) $(add_frameworks_dep kparts) $(add_frameworks_dep kservice) + $(add_frameworks_dep kwallet) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui)