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 64F67139086 for ; Sun, 1 Jan 2017 10:01:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 824BCE0CEF; Sun, 1 Jan 2017 10:01:14 +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 5BA88E0CEC for ; Sun, 1 Jan 2017 10:01:14 +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 1F8AD33FECD for ; Sun, 1 Jan 2017 10:01:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D72A0256C for ; Sun, 1 Jan 2017 10:01:11 +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: <1483238794.749c27b8ec49bb83eb5a060e3569a62768c6b340.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ark/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/ark/ark-9999.ebuild X-VCS-Directories: kde-apps/ark/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 749c27b8ec49bb83eb5a060e3569a62768c6b340 X-VCS-Branch: master Date: Sun, 1 Jan 2017 10:01:11 +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: c1509be6-3cb6-40bd-9642-4f5b8df648d5 X-Archives-Hash: 19dbbecff22260e2aff0bb8364cebc54 commit: 749c27b8ec49bb83eb5a060e3569a62768c6b340 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 1 02:46:34 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 1 02:46:34 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=749c27b8 kde-apps/ark: Add missing DEPEND Upstream commit 7781d6ef794a8da9afe1c837c3a7826103568add Package-Manager: portage-2.3.0 kde-apps/ark/ark-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/ark/ark-9999.ebuild b/kde-apps/ark/ark-9999.ebuild index 4a1fb5f..26a8fef 100644 --- a/kde-apps/ark/ark-9999.ebuild +++ b/kde-apps/ark/ark-9999.ebuild @@ -26,6 +26,7 @@ RDEPEND=" $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) $(add_frameworks_dep kjobwidgets) $(add_frameworks_dep kparts) $(add_frameworks_dep kpty)