From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 546BC139694 for ; Tue, 4 Apr 2017 19:43:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1E5AE0BC1; Tue, 4 Apr 2017 19:42:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE04DE0BC1 for ; Tue, 4 Apr 2017 19:42:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3843B341130 for ; Tue, 4 Apr 2017 19:42:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9014973D2 for ; Tue, 4 Apr 2017 19:42:56 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1491334965.9dc9f89c5993a894a689b47937bb0883fdfd18b1.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-v6.52.eclass X-VCS-Directories: eclass/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 9dc9f89c5993a894a689b47937bb0883fdfd18b1 X-VCS-Branch: master Date: Tue, 4 Apr 2017 19:42:56 +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: 96de134e-f3ab-4b94-ac52-467dcb44e0c4 X-Archives-Hash: b228cc849612ba678485952b58cdd003 commit: 9dc9f89c5993a894a689b47937bb0883fdfd18b1 Author: Ian Stakenvicius gentoo org> AuthorDate: Tue Apr 4 19:42:45 2017 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Tue Apr 4 19:42:45 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=9dc9f89c fixed dependency on apulse to make it an alternative to pulseaudio instead of a requirement eclass/mozconfig-v6.52.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/mozconfig-v6.52.eclass b/eclass/mozconfig-v6.52.eclass index 409c8ad..1486b4e 100644 --- a/eclass/mozconfig-v6.52.eclass +++ b/eclass/mozconfig-v6.52.eclass @@ -103,8 +103,8 @@ RDEPEND=">=app-text/hunspell-1.2:= media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) ) - pulseaudio? ( media-sound/pulseaudio - >=media-sound/apulse-0.1.9 ) + pulseaudio? ( || ( media-sound/pulseaudio + >=media-sound/apulse-0.1.9 ) ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 )