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:24:20
Message-Id: 1503940866.eea94a8f188239dbdb64e028343dbd75b7cace0f.axs@gentoo
1 commit: eea94a8f188239dbdb64e028343dbd75b7cace0f
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 28 17:21:06 2017 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 28 17:21:06 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=eea94a8f
7
8 mozsupport.eclass: fix typo
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 446f538..d702302 100644
15 --- a/eclass/mozsupport.eclass
16 +++ b/eclass/mozsupport.eclass
17 @@ -305,7 +305,7 @@ mozconfig_config() {
18 for i in dbus debug neon pulseaudio selinux startup-notificaiton system-harfbuzz \
19 system-icu system-jpeg system-libevent system-sqlite system-libvpx ; do
20 in_iuse ${i} || die "QA: ${i} not found in IUSE, required for mozconfig_config"
21 - fi
22 + done
23
24 # Migrated from mozcoreconf-2
25 mozconfig_annotate 'system_libs' \