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 328AC58973 for ; Thu, 4 Feb 2016 16:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4436E21C026; Thu, 4 Feb 2016 16:39:40 +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 DF39D21C026 for ; Thu, 4 Feb 2016 16:39:39 +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 A160C340B35 for ; Thu, 4 Feb 2016 16:39:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 305F98E1 for ; Thu, 4 Feb 2016 16:39:34 +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: <1454600574.5305e8b60d071cf02f5235ee94ae45e22011b9e2.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-v6.44.eclass X-VCS-Directories: eclass/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 5305e8b60d071cf02f5235ee94ae45e22011b9e2 X-VCS-Branch: master Date: Thu, 4 Feb 2016 16:39:34 +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: ba312904-d45e-4aab-a8c0-e8590ba8dbd5 X-Archives-Hash: 6b2434fbec162146e3fc685c8833bad8 commit: 5305e8b60d071cf02f5235ee94ae45e22011b9e2 Author: Ian Stakenvicius gentoo org> AuthorDate: Thu Feb 4 15:42:54 2016 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Thu Feb 4 15:42:54 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=5305e8b6 mozconfig eclass: dropped use-deps on ffmpeg, added slot operator on libevent eclass/mozconfig-v6.44.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/mozconfig-v6.44.eclass b/eclass/mozconfig-v6.44.eclass index fa3c968..63847ff 100644 --- a/eclass/mozconfig-v6.44.eclass +++ b/eclass/mozconfig-v6.44.eclass @@ -75,7 +75,7 @@ IUSE="${IUSE} dbus debug ffmpeg +gstreamer gstreamer-0 +jemalloc3 neon pulseaudi RDEPEND=">=app-text/hunspell-1.2 dev-libs/atk dev-libs/expat - >=dev-libs/libevent-1.4.7 + >=dev-libs/libevent-1.4.7:= >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf @@ -93,7 +93,7 @@ RDEPEND=">=app-text/hunspell-1.2 >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 - ffmpeg? ( virtual/ffmpeg[mp3,x264] ) + ffmpeg? ( virtual/ffmpeg ) gstreamer? ( >=media-libs/gstreamer-1.4.5:1.0 >=media-libs/gst-plugins-base-1.4.5:1.0