summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2013-03-25 13:08:39 +0000
committerJory Pratt <anarchy@gentoo.org>2013-03-25 13:08:39 +0000
commit45f2ba4ee905389d48424a1c44bddb04cba05664 (patch)
tree4958a230a8c26e83fe6dbf31e247c78ba421c766 /eclass/mozcoreconf-2.eclass
parentProxy maintain for Daniel Heule (diff)
downloadgentoo-2-45f2ba4ee905389d48424a1c44bddb04cba05664.tar.gz
gentoo-2-45f2ba4ee905389d48424a1c44bddb04cba05664.tar.bz2
gentoo-2-45f2ba4ee905389d48424a1c44bddb04cba05664.zip
Fix typo is mozcoreconf-2.eclass, bug #462994
Diffstat (limited to 'eclass/mozcoreconf-2.eclass')
-rw-r--r--eclass/mozcoreconf-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozcoreconf-2.eclass b/eclass/mozcoreconf-2.eclass
index 39d1cbbcb0df..67f4947fdca9 100644
--- a/eclass/mozcoreconf-2.eclass
+++ b/eclass/mozcoreconf-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.28 2013/03/24 19:08:58 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.29 2013/03/25 13:08:39 anarchy Exp $
#
# mozcoreconf.eclass : core options for mozilla
# inherit mozconfig-2 if you need USE flags
@@ -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 \