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 C9B31139083 for ; Fri, 24 Nov 2017 22:11:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19F0EE0ED3; Fri, 24 Nov 2017 22:11:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EAC51E0ED3 for ; Fri, 24 Nov 2017 22:11:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 70D8433BEC7 for ; Fri, 24 Nov 2017 22:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06F4EA661 for ; Fri, 24 Nov 2017 22:11:30 +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: <1511552810.350cb83ed6f5d261e86c7a3f3e40a615ac384e72.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-editors/kile/ X-VCS-Repository: proj/kde X-VCS-Files: app-editors/kile/kile-9999.ebuild X-VCS-Directories: app-editors/kile/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 350cb83ed6f5d261e86c7a3f3e40a615ac384e72 X-VCS-Branch: master Date: Fri, 24 Nov 2017 22:11:30 +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: 9040cdfe-8c9c-405e-9c22-5da19b5d6428 X-Archives-Hash: 08cb66a8eae0bfaa5c8a2729d0626e82 commit: 350cb83ed6f5d261e86c7a3f3e40a615ac384e72 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 24 19:46:50 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 24 19:46:50 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=350cb83e app-editors/kile: Add missing DEPEND Package-Manager: Portage-2.3.16, Repoman-2.3.6 app-editors/kile/kile-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild index d698d7342e..30e7154de4 100644 --- a/app-editors/kile/kile-9999.ebuild +++ b/app-editors/kile/kile-9999.ebuild @@ -22,6 +22,7 @@ DEPEND=" $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep kdoctools) $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep khtml) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kinit)