From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F28D31381FA for ; Tue, 6 May 2014 17:46:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA037E079B; Tue, 6 May 2014 17:46:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77934E06FE for ; Tue, 6 May 2014 17:46:00 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4E8333F616 for ; Tue, 6 May 2014 17:45:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5A35518744 for ; Tue, 6 May 2014 17:45:58 +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: <1399398337.e5c123b56f75bada357c410e3ebf22e69c284ff0.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kinit/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kinit/kinit-9999.ebuild X-VCS-Directories: kde-frameworks/kinit/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e5c123b56f75bada357c410e3ebf22e69c284ff0 X-VCS-Branch: master Date: Tue, 6 May 2014 17:45: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: 193ce3d4-0abd-4161-9e64-4bced236a87b X-Archives-Hash: d068bc231e54dcd0111957f17f9b91d9 commit: e5c123b56f75bada357c410e3ebf22e69c284ff0 Author: Michael Palimaka gentoo org> AuthorDate: Tue May 6 17:45:37 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue May 6 17:45:37 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e5c123b5 [kde-frameworks/kinit] Add missing dependency. Package-Manager: portage-2.2.8-r1 --- kde-frameworks/kinit/kinit-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/kinit/kinit-9999.ebuild b/kde-frameworks/kinit/kinit-9999.ebuild index 7ad3c76..ec09ee1 100644 --- a/kde-frameworks/kinit/kinit-9999.ebuild +++ b/kde-frameworks/kinit/kinit-9999.ebuild @@ -14,6 +14,7 @@ IUSE="" RDEPEND=" $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio)