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 97C621381F3 for ; Mon, 27 May 2013 06:08:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A25DE0CC7; Mon, 27 May 2013 06:08:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6C9FE0CC7 for ; Mon, 27 May 2013 06:08:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD17033DF65 for ; Mon, 27 May 2013 06:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 72AACE4402 for ; Mon, 27 May 2013 06:08:32 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <1369634881.c4fd8562578191052c34dd2fa543c60b3fa3ba0a.nirbheek@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/firefox-21.0.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: c4fd8562578191052c34dd2fa543c60b3fa3ba0a X-VCS-Branch: master Date: Mon, 27 May 2013 06:08:32 +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: e60ec0fb-b9a1-427b-8440-c18995052bea X-Archives-Hash: 0a3d8f0ac2006b3d8b78abaa970512df commit: c4fd8562578191052c34dd2fa543c60b3fa3ba0a Author: Nirbheek Chauhan gentoo org> AuthorDate: Mon May 27 06:08:01 2013 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Mon May 27 06:08:01 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=c4fd8562 Add pulseaudio USE-flag (tested, and works well) https://bugs.gentoo.org/show_bug.cgi?id=467938 --- www-client/firefox/firefox-21.0.ebuild | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/www-client/firefox/firefox-21.0.ebuild b/www-client/firefox/firefox-21.0.ebuild index 98396f9..e2aa858 100644 --- a/www-client/firefox/firefox-21.0.ebuild +++ b/www-client/firefox/firefox-21.0.ebuild @@ -38,7 +38,7 @@ HOMEPAGE="http://www.mozilla.com/firefox" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="bindist gstreamer +jit +minimal pgo selinux system-cairo system-jpeg system-sqlite" +IUSE="bindist gstreamer +jit +minimal pgo pulseaudio selinux system-cairo system-jpeg system-sqlite" # More URIs appended below... SRC_URI="${SRC_URI} @@ -222,6 +222,7 @@ src_configure() { mozconfig_annotate '' --build="${CTARGET:-${CHOST}}" mozconfig_use_enable gstreamer + mozconfig_use_enable pulseaudio mozconfig_use_enable system-sqlite mozconfig_use_with system-jpeg # Feature is know to cause problems on hardened