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 182461389E2 for ; Wed, 31 Dec 2014 16:56:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D263E0809; Wed, 31 Dec 2014 16:56:55 +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 5A2DCE0809 for ; Wed, 31 Dec 2014 16:56:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70A6234066C for ; Wed, 31 Dec 2014 16:56:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EC91E943 for ; Wed, 31 Dec 2014 16:56:53 +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: <1420045017.011b585c27fc678f282cdb3bc3f5d0ef913c962d.kensington@gentoo.org@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/plasma/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/plasma/plasma-9999.ebuild X-VCS-Directories: kde-frameworks/plasma/ X-VCS-Committer: kensington@gentoo.org X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 011b585c27fc678f282cdb3bc3f5d0ef913c962d X-VCS-Branch: master Date: Wed, 31 Dec 2014 16:56:53 +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: 1bc9ad4b-63dc-4c5b-b102-8762a98704a2 X-Archives-Hash: 551de79a7f806bea8bb4e4701a7321c0 commit: 011b585c27fc678f282cdb3bc3f5d0ef913c962d Author: Michael Palimaka gentoo org> AuthorDate: Wed Dec 31 16:56:57 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Dec 31 16:56:57 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=011b585c [kde-frameworks/plasma] Add new dependency. Upstream commit: a629fe4d8f78a762a4148bf1e3fb9a2dbe865d0c Package-Manager: portage-2.2.15 --- kde-frameworks/plasma/plasma-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/plasma/plasma-9999.ebuild b/kde-frameworks/plasma/plasma-9999.ebuild index 90b64da..2fb0020 100644 --- a/kde-frameworks/plasma/plasma-9999.ebuild +++ b/kde-frameworks/plasma/plasma-9999.ebuild @@ -27,6 +27,7 @@ RDEPEND=" $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kio) $(add_frameworks_dep knotifications) + $(add_frameworks_dep kpackage) $(add_frameworks_dep kservice) $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui)