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 E4A27139086 for ; Fri, 30 Dec 2016 23:18:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D2D621C07E; Fri, 30 Dec 2016 23:18:05 +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 DB0A421C07E for ; Fri, 30 Dec 2016 23:18:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A44753416E2 for ; Fri, 30 Dec 2016 23:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4953324EE for ; Fri, 30 Dec 2016 23:18:02 +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: <1483139873.9b3f507f6e12edb2405e055c0c6cc04af31a87c7.axs@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/mozconfig-v6.45.eclass X-VCS-Directories: eclass/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 9b3f507f6e12edb2405e055c0c6cc04af31a87c7 X-VCS-Branch: master Date: Fri, 30 Dec 2016 23:18:02 +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: 8e710df4-7938-4a9a-b485-cc279ed41f41 X-Archives-Hash: b72133b436b15bbb0bfb25678baa7dd3 commit: 9b3f507f6e12edb2405e055c0c6cc04af31a87c7 Author: Ian Stakenvicius gentoo org> AuthorDate: Fri Dec 30 23:17:25 2016 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Fri Dec 30 23:17:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3f507f mozconfig-v6.45.eclass: add libcanberra dependency, bug 458664 eclass/mozconfig-v6.45.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/mozconfig-v6.45.eclass b/eclass/mozconfig-v6.45.eclass index de2b4a9..67b9d05 100644 --- a/eclass/mozconfig-v6.45.eclass +++ b/eclass/mozconfig-v6.45.eclass @@ -76,6 +76,7 @@ IUSE="${IUSE} dbus debug ffmpeg +gstreamer gstreamer-0 +jemalloc3 neon pulseaudi # some notes on deps: # gtk:2 minimum is technically 2.10 but gio support (enabled by default) needs 2.14 # media-libs/mesa needs to be 10.2 or above due to a bug with flash+vdpau +# media-libs/libcanberra is dlopen'ed rather than linked RDEPEND=">=app-text/hunspell-1.2:= dev-libs/atk @@ -88,6 +89,7 @@ RDEPEND=">=app-text/hunspell-1.2:= >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 + media-libs/libcanberra:*[pulseaudio?] kernel_linux? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) virtual/freedesktop-icon-theme