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 4360E138334 for ; Sat, 27 Apr 2019 18:27:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 345D8E0893; Sat, 27 Apr 2019 18:27:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 19981E0893 for ; Sat, 27 Apr 2019 18:27:48 +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 7FA87342A40 for ; Sat, 27 Apr 2019 18:27:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 018075C7 for ; Sat, 27 Apr 2019 18:27:46 +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: <1556385170.f7120a72a84f9f182cc9bffb46526351f13cf7ac.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: f7120a72a84f9f182cc9bffb46526351f13cf7ac X-VCS-Branch: master Date: Sat, 27 Apr 2019 18:27:46 +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: 7f83cc00-9a25-4e59-9a49-51e3b456632c X-Archives-Hash: f6d80ddffa4330a7f77c070bed42c975 commit: f7120a72a84f9f182cc9bffb46526351f13cf7ac Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 27 17:10:31 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 27 17:12:50 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f7120a72 www-client/falkon: Add new DEPEND For page sharing support. Upstream commit 7bca744cabb2d4f8f825a90ce1b2bf266a8c7efb Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> www-client/falkon/falkon-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index a3f9099681..d7f7fa64c1 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -37,6 +37,7 @@ COMMON_DEPEND=" $(add_frameworks_dep kcrash) $(add_frameworks_dep kio) $(add_frameworks_dep kwallet) + $(add_frameworks_dep purpose) ) libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:0= )