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 8EC31138010 for ; Mon, 25 Mar 2013 13:10:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40D19E0775; Mon, 25 Mar 2013 13:10:20 +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 CB30EE0775 for ; Mon, 25 Mar 2013 13:10:19 +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 DCF4F33D9E7 for ; Mon, 25 Mar 2013 13:10:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6B896E4073 for ; Mon, 25 Mar 2013 13:10:17 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1364216998.71aee9754181e7414a9b1d654d2f055f679e14da.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozcoreconf-2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 71aee9754181e7414a9b1d654d2f055f679e14da X-VCS-Branch: master Date: Mon, 25 Mar 2013 13:10:17 +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: da46efe6-5df0-4fc3-8daf-e1c1764e6261 X-Archives-Hash: 11c5895b75ee20b8c84651dbbcbac375 commit: 71aee9754181e7414a9b1d654d2f055f679e14da Author: Jory A. Pratt gentoo org> AuthorDate: Mon Mar 25 13:09:58 2013 +0000 Commit: Jory Pratt gentoo org> CommitDate: Mon Mar 25 13:09:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=71aee975 Fix typo in mozcoreconf-2.eclass --- eclass/mozcoreconf-2.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/mozcoreconf-2.eclass b/eclass/mozcoreconf-2.eclass index 052d5e9..8c663f0 100644 --- a/eclass/mozcoreconf-2.eclass +++ b/eclass/mozcoreconf-2.eclass @@ -209,7 +209,7 @@ mozconfig_init() { --enable-pango \ --enable-system-cairo if ! $(mozversion_is_new_enough) ; then - mozconfig annotate system-libs --enable-svg + mozconfig_annotate system-libs --enable-svg fi mozconfig_annotate disable_update_strip \