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 426ED139694 for ; Sat, 15 Apr 2017 23:16:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 012C3E0BF0; Sat, 15 Apr 2017 23:16:02 +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 D4E54E0BF0 for ; Sat, 15 Apr 2017 23:16:01 +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 E38B634165C for ; Sat, 15 Apr 2017 23:16:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E72C7410 for ; Sat, 15 Apr 2017 23:15:58 +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: <1492296526.7e3db22e7bc79465ab5925a4e749fae15644f298.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kdiff3/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kdiff3/kdiff3-9999.ebuild X-VCS-Directories: kde-misc/kdiff3/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7e3db22e7bc79465ab5925a4e749fae15644f298 X-VCS-Branch: master Date: Sat, 15 Apr 2017 23:15:58 +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: 59c6c6aa-4148-471b-9fbe-38397d2e5bab X-Archives-Hash: d61fae9002da7bdbfa26a89f27b015e1 commit: 7e3db22e7bc79465ab5925a4e749fae15644f298 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 15 22:48:46 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 15 22:48:46 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7e3db22e kde-misc/kdiff3: Add missing dependency Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-misc/kdiff3/kdiff3-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-misc/kdiff3/kdiff3-9999.ebuild b/kde-misc/kdiff3/kdiff3-9999.ebuild index 86a2233a4e..e8e02e5a99 100644 --- a/kde-misc/kdiff3/kdiff3-9999.ebuild +++ b/kde-misc/kdiff3/kdiff3-9999.ebuild @@ -18,6 +18,7 @@ CDEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio)