Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:eclass-removal commit in: eclass/
Date: Mon, 28 Aug 2017 17:25:45
Message-Id: 1503941118.107d89c42d10cc049a0492c8458cd08098c89266.axs@gentoo
1 commit: 107d89c42d10cc049a0492c8458cd08098c89266
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 28 17:25:18 2017 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 28 17:25:18 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=107d89c4
7
8 fixed same typo in mozsupport.eclass
9
10 eclass/mozsupport.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/mozsupport.eclass b/eclass/mozsupport.eclass
14 index d702302..f50fa97 100644
15 --- a/eclass/mozsupport.eclass
16 +++ b/eclass/mozsupport.eclass
17 @@ -302,7 +302,7 @@ mozconfig_config() {
18 # QA - check to make sure all mandatory use flags are specified in IUSE and die
19 # if any are missing.
20 local i
21 - for i in dbus debug neon pulseaudio selinux startup-notificaiton system-harfbuzz \
22 + for i in dbus debug neon pulseaudio selinux startup-notification system-harfbuzz \
23 system-icu system-jpeg system-libevent system-sqlite system-libvpx ; do
24 in_iuse ${i} || die "QA: ${i} not found in IUSE, required for mozconfig_config"
25 done