From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1036030-garchives=archives.gentoo.org@lists.gentoo.org>
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 450F3138334
	for <garchives@archives.gentoo.org>; Fri, 13 Jul 2018 13:55:56 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 62730E08EF;
	Fri, 13 Jul 2018 13:55:55 +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 317FCE08EF
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Jul 2018 13:55:55 +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 2AFA933BEF4
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Jul 2018 13:55:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7546236B
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Jul 2018 13:55:52 +0000 (UTC)
From: "Johannes Huber" <johu@gentoo.org>
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" <johu@gentoo.org>
Message-ID: <1531490099.ec70cab0bf0d86ee7cde0a5fb7719f51f0bd5e2b.johu@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-pa/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-plasma/plasma-pa/plasma-pa-5.13.49.9999.ebuild kde-plasma/plasma-pa/plasma-pa-9999.ebuild
X-VCS-Directories: kde-plasma/plasma-pa/
X-VCS-Committer: johu
X-VCS-Committer-Name: Johannes Huber
X-VCS-Revision: ec70cab0bf0d86ee7cde0a5fb7719f51f0bd5e2b
X-VCS-Branch: master
Date: Fri, 13 Jul 2018 13:55:52 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: e1ac9abe-473b-45f5-b169-1b64bf92485c
X-Archives-Hash: e197a7409c9778a86d5859c91df7e60f

commit:     ec70cab0bf0d86ee7cde0a5fb7719f51f0bd5e2b
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 13 13:54:59 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jul 13 13:54:59 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ec70cab0

kde-plasma/plasma-pa: Simplify pulseaudio dep

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 kde-plasma/plasma-pa/plasma-pa-5.13.49.9999.ebuild | 2 +-
 kde-plasma/plasma-pa/plasma-pa-9999.ebuild         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.13.49.9999.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.13.49.9999.ebuild
index e92f11e134..0bf9a5ab73 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.13.49.9999.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.13.49.9999.ebuild
@@ -23,7 +23,7 @@ DEPEND="
 	dev-libs/glib:2
 	gnome-base/gconf:2
 	media-libs/libcanberra
-	|| ( >=media-sound/pulseaudio-12 <media-sound/pulseaudio-12[gnome] )
+	media-sound/pulseaudio[gnome(+)]
 "
 
 RDEPEND="${DEPEND}"

diff --git a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild
index e92f11e134..0bf9a5ab73 100644
--- a/kde-plasma/plasma-pa/plasma-pa-9999.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-9999.ebuild
@@ -23,7 +23,7 @@ DEPEND="
 	dev-libs/glib:2
 	gnome-base/gconf:2
 	media-libs/libcanberra
-	|| ( >=media-sound/pulseaudio-12 <media-sound/pulseaudio-12[gnome] )
+	media-sound/pulseaudio[gnome(+)]
 "
 
 RDEPEND="${DEPEND}"