diff options
author | Jory Pratt <anarchy@gentoo.org> | 2013-03-25 13:08:39 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2013-03-25 13:08:39 +0000 |
commit | 79ae10e524e520458090fbcebec4070d51d00884 (patch) | |
tree | 923db5cf6cce92fd400e9de94388b7347b735341 /eclass/mozcoreconf-2.eclass | |
parent | Proxy maintain for Daniel Heule (diff) | |
download | historical-79ae10e524e520458090fbcebec4070d51d00884.tar.gz historical-79ae10e524e520458090fbcebec4070d51d00884.tar.bz2 historical-79ae10e524e520458090fbcebec4070d51d00884.zip |
Fix typo is mozcoreconf-2.eclass, bug #462994
Diffstat (limited to 'eclass/mozcoreconf-2.eclass')
-rw-r--r-- | eclass/mozcoreconf-2.eclass | 4 |
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 \ |