commit:     107d89c42d10cc049a0492c8458cd08098c89266
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 28 17:25:18 2017 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Mon Aug 28 17:25:18 2017 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=107d89c4

fixed same typo in mozsupport.eclass

 eclass/mozsupport.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/mozsupport.eclass b/eclass/mozsupport.eclass
index d702302..f50fa97 100644
--- a/eclass/mozsupport.eclass
+++ b/eclass/mozsupport.eclass
@@ -302,7 +302,7 @@ mozconfig_config() {
        # QA - check to make sure all mandatory use flags are specified in IUSE 
and die
        # if any are missing.
        local i
-       for i in dbus debug neon pulseaudio selinux startup-notificaiton 
system-harfbuzz \
+       for i in dbus debug neon pulseaudio selinux startup-notification 
system-harfbuzz \
                system-icu system-jpeg system-libevent system-sqlite 
system-libvpx ; do
                in_iuse ${i} || die "QA: ${i} not found in IUSE, required for 
mozconfig_config"
        done

Reply via email to