aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2017-08-28 13:25:18 -0400
committerIan Stakenvicius <axs@gentoo.org>2017-08-28 13:25:18 -0400
commit107d89c42d10cc049a0492c8458cd08098c89266 (patch)
tree8dd601102ff1317574aea09fd90c7b1ce8a025cb
parentfix typo in common IUSE (diff)
downloadmozilla-107d89c42d10cc049a0492c8458cd08098c89266.tar.gz
mozilla-107d89c42d10cc049a0492c8458cd08098c89266.tar.bz2
mozilla-107d89c42d10cc049a0492c8458cd08098c89266.zip
fixed same typo in mozsupport.eclasseclass-removal
-rw-r--r--eclass/mozsupport.eclass2
1 files changed, 1 insertions, 1 deletions
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