commit:     eea94a8f188239dbdb64e028343dbd75b7cace0f
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 28 17:21:06 2017 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Mon Aug 28 17:21:06 2017 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=eea94a8f

mozsupport.eclass: fix typo

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

diff --git a/eclass/mozsupport.eclass b/eclass/mozsupport.eclass
index 446f538..d702302 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' \

Reply via email to