aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2017-08-28 13:21:06 -0400
committerIan Stakenvicius <axs@gentoo.org>2017-08-28 13:21:06 -0400
commiteea94a8f188239dbdb64e028343dbd75b7cace0f (patch)
tree5bb7292cf046d07ffea3c11a1ac9dd8d7e0955c0
parentadd thunderbird-55 beta, converted to mozsupport.eclass (diff)
downloadmozilla-eea94a8f.tar.gz
mozilla-eea94a8f.tar.bz2
mozilla-eea94a8f.zip
mozsupport.eclass: fix typo
-rw-r--r--eclass/mozsupport.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozsupport.eclass b/eclass/mozsupport.eclass
index 446f5386..d7023021 100644
--- a/eclass/mozsupport.eclass
+++ b/eclass/mozsupport.eclass
@@ -305,7 +305,7 @@ mozconfig_config() {
for i in dbus debug neon pulseaudio selinux startup-notificaiton 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"
- fi
+ done
# Migrated from mozcoreconf-2
mozconfig_annotate 'system_libs' \