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 C686C13800E for ; Mon, 23 Jul 2012 18:10:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBDECE0795; Mon, 23 Jul 2012 18:10:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 861D5E0795 for ; Mon, 23 Jul 2012 18:10:43 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEF881B4378 for ; Mon, 23 Jul 2012 18:10:42 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 942) id 7BF272004B; Mon, 23 Jul 2012 18:10:41 +0000 (UTC) From: "Jory Pratt (anarchy)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, anarchy@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in www-client/firefox: ChangeLog firefox-10.0.6.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog firefox-10.0.6.ebuild X-VCS-Directories: www-client/firefox X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120723181041.7BF272004B@flycatcher.gentoo.org> Date: Mon, 23 Jul 2012 18:10:41 +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: 2adb66d6-2638-42b4-881b-ebe4bb4ff36d X-Archives-Hash: 8fa8412aabc72538b34e38518dbc4e22 anarchy 12/07/23 18:10:41 Modified: ChangeLog firefox-10.0.6.ebuild Log: Disable tracejit on esr release, bug #427074 (Portage version: 2.1.11.9/cvs/Linux x86_64) Revision Changes Path 1.168 www-client/firefox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.168&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.168&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.167&r2=1.168 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- ChangeLog 18 Jul 2012 04:35:12 -0000 1.167 +++ ChangeLog 23 Jul 2012 18:10:41 -0000 1.168 @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.167 2012/07/18 04:35:12 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.168 2012/07/23 18:10:41 anarchy Exp $ + + 23 Jul 2012; Jory A. Pratt firefox-10.0.6.ebuild: + --echangelog=y 18 Jul 2012; Jory A. Pratt firefox-10.0.4.ebuild: Remark alpha stable in 10.0.4 1.2 www-client/firefox/firefox-10.0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild?r1=1.1&r2=1.2 Index: firefox-10.0.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- firefox-10.0.6.ebuild 18 Jul 2012 00:49:25 -0000 1.1 +++ firefox-10.0.6.ebuild 23 Jul 2012 18:10:41 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v 1.1 2012/07/18 00:49:25 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v 1.2 2012/07/23 18:10:41 anarchy Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -201,6 +201,7 @@ mozconfig_annotate '' --enable-safe-browsing mozconfig_annotate '' --with-system-png mozconfig_annotate '' --enable-system-ffi + mozconfig_annotate 'regression' --disable-tracejit # Other ff-specific settings mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}