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 01317138D0A for ; Fri, 3 Jul 2015 17:06:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48F67E08B2; Fri, 3 Jul 2015 17:06:07 +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 ED5BAE08B2 for ; Fri, 3 Jul 2015 17:06:06 +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 224F43408FB for ; Fri, 3 Jul 2015 17:06:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A75373D for ; Fri, 3 Jul 2015 17:06:04 +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: <1435943141.b98f8dafe4a8754fc06948e37634904bedac3ff9.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-meta/plasma-meta-9999.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b98f8dafe4a8754fc06948e37634904bedac3ff9 X-VCS-Branch: master Date: Fri, 3 Jul 2015 17:06:04 +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: 6b694c78-51fe-41d3-8ec2-a611a789e793 X-Archives-Hash: 526c971b16ada25fb9bbe7fe05cdcd46 commit: b98f8dafe4a8754fc06948e37634904bedac3ff9 Author: Michael Palimaka gentoo org> AuthorDate: Fri Jul 3 17:05:41 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Jul 3 17:05:41 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b98f8daf [kde-plasma/plasma-meta] Add missing dependencies wrt bug #553812. Package-Manager: portage-2.2.20 kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index 3326576..c0f34e7 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -19,6 +19,7 @@ RDEPEND=" $(add_plasma_dep breeze) $(add_plasma_dep kde-cli-tools) $(add_plasma_dep kdecoration) + $(add_plasma_dep kdeplasma-addons) $(add_plasma_dep kfilemetadata) $(add_plasma_dep khelpcenter) $(add_plasma_dep khotkeys) @@ -36,6 +37,8 @@ RDEPEND=" $(add_plasma_dep oxygen) $(add_plasma_dep oxygen-fonts) $(add_plasma_dep plasma-desktop) + $(add_plasma_dep plasma-mediacenter) + $(add_plasma_dep plasma-sdk) $(add_plasma_dep plasma-workspace) $(add_plasma_dep polkit-kde-agent) $(add_plasma_dep powerdevil)