From 107d89c42d10cc049a0492c8458cd08098c89266 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Mon, 28 Aug 2017 13:25:18 -0400 Subject: 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 d7023021..f50fa973 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 -- cgit v1.2.3-65-gdbad