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 6E75C1395EB for ; Mon, 3 Aug 2015 17:39:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3955014015; Mon, 3 Aug 2015 17:39:12 +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 A718214015 for ; Mon, 3 Aug 2015 17:39:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C410E340766 for ; Mon, 3 Aug 2015 17:39:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3474125 for ; Mon, 3 Aug 2015 17:39:08 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1438623654.a5d343b785afe2be99b8ce9bee9f9cf12547ee4b.johu@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: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: a5d343b785afe2be99b8ce9bee9f9cf12547ee4b X-VCS-Branch: master Date: Mon, 3 Aug 2015 17:39:08 +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: f4fd5594-641e-4afa-87ac-66cbaf0fc8f9 X-Archives-Hash: 0ae13957d27b9740068302a51f1c5f87 commit: a5d343b785afe2be99b8ce9bee9f9cf12547ee4b Author: Johannes Huber gentoo org> AuthorDate: Mon Aug 3 17:40:54 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Aug 3 17:40:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a5d343b7 [kde-plasma/plasma-meta] RDEPEND on kde-plasma/plasma-pa Package-Manager: portage-2.2.20 kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index 45b0d8c..d41b866 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://www.kde.org/workspaces/plasmadesktop/" LICENSE="metapackage" SLOT="5" KEYWORDS="" -IUSE="bluetooth +display-manager gtk +sddm networkmanager +wallpapers" +IUSE="bluetooth +display-manager gtk +sddm networkmanager pulseaudio +wallpapers" RDEPEND=" $(add_plasma_dep breeze) @@ -49,6 +49,7 @@ RDEPEND=" ) gtk? ( $(add_plasma_dep kde-gtk-config) ) networkmanager? ( $(add_plasma_dep plasma-nm) ) + pulseaudio? ( $(add_plasma_dep plasma-pa) ) sddm? ( $(add_plasma_dep sddm-kcm) ) wallpapers? ( $(add_plasma_dep plasma-workspace-wallpapers) ) "