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 A3D3213832E for ; Sat, 23 Jul 2016 18:49:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CC8EE08D5; Sat, 23 Jul 2016 18:49:49 +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 7AEB2E08D5 for ; Sat, 23 Jul 2016 18:49: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C19F340E16 for ; Sat, 23 Jul 2016 18:49:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4CE17E3 for ; Sat, 23 Jul 2016 18:49:43 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1469297349.d2c8c8189b40eb703e7226426664e3593b659171.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kleopatra/kleopatra-9999.ebuild X-VCS-Directories: kde-apps/kleopatra/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d2c8c8189b40eb703e7226426664e3593b659171 X-VCS-Branch: master Date: Sat, 23 Jul 2016 18:49:43 +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: ac0a592f-3b84-4ab0-a195-57443be39137 X-Archives-Hash: e9ef1f5a64eae78cfd2a4bb8535c662c commit: d2c8c8189b40eb703e7226426664e3593b659171 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Jul 23 18:05:38 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Jul 23 18:09:09 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d2c8c818 kde-apps/kleopatra: Add new DEPEND Upstream commit 1e20795fc16b18ee0da2abc6b05e0793b49d0884 Package-Manager: portage-2.2.28 kde-apps/kleopatra/kleopatra-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild index 07b5f5a..38f1ef5 100644 --- a/kde-apps/kleopatra/kleopatra-9999.ebuild +++ b/kde-apps/kleopatra/kleopatra-9999.ebuild @@ -27,6 +27,7 @@ DEPEND=" $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kitemmodels) $(add_frameworks_dep knotifications) $(add_frameworks_dep ktextwidgets) $(add_frameworks_dep kwidgetsaddons)