From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-941063-garchives=archives.gentoo.org@lists.gentoo.org>
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 86A68139694
	for <garchives@archives.gentoo.org>; Sun, 26 Mar 2017 20:19:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BC13E21C088;
	Sun, 26 Mar 2017 20:19:44 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9CB0A21C088
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Mar 2017 20:19:44 +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 A4D4B341421
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Mar 2017 20:19:43 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D2BE70B7
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Mar 2017 20:19:42 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1490559528.258aa3e5b67efedbc08809b95cc6fd31dddea717.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kopete/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-apps/kopete/kopete-5.9999.ebuild
X-VCS-Directories: kde-apps/kopete/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 258aa3e5b67efedbc08809b95cc6fd31dddea717
X-VCS-Branch: master
Date: Sun, 26 Mar 2017 20:19:42 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 7b0f55ea-b390-4446-8b59-4be80c396bce
X-Archives-Hash: 936d3f85706d2138a4b499ce7ee1eb03

commit:     258aa3e5b67efedbc08809b95cc6fd31dddea717
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 20:18:48 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 20:18:48 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=258aa3e5

kde-apps/kopete: Add missing DEPEND

Reported-by: jospezial <jospezial <AT> gmx.de>
Gentoo-bug: 613932

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kopete/kopete-5.9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/kopete/kopete-5.9999.ebuild b/kde-apps/kopete/kopete-5.9999.ebuild
index 5dff05de5b..b6441411dc 100644
--- a/kde-apps/kopete/kopete-5.9999.ebuild
+++ b/kde-apps/kopete/kopete-5.9999.ebuild
@@ -69,6 +69,7 @@ IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}"
 COMMONDEPEND="
 	$(add_frameworks_dep kcmutils)
 	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep khtml)
 	$(add_frameworks_dep kcoreaddons)
 	$(add_frameworks_dep kdbusaddons)
 	$(add_frameworks_dep kdelibs4support)
@@ -79,6 +80,7 @@ COMMONDEPEND="
 	$(add_frameworks_dep kparts)
 	$(add_frameworks_dep ktexteditor)
 	$(add_kdeapps_dep kcontacts)
+	$(add_kdeapps_dep kidentitymanagement)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtsql)
 	$(add_qt_dep qtwidgets)