Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/
Date: Sat, 04 Feb 2017 18:30:47
Message-Id: 1486233009.8ee02457326d71cbbf1700f9308f65f1bb38b7f5.anarchy@gentoo
1 commit: 8ee02457326d71cbbf1700f9308f65f1bb38b7f5
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 18:30:09 2017 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 18:30:09 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=8ee02457
7
8 mozconfig-v6.45 : fix space error in previous commit
9
10 eclass/mozconfig-v6.45.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/mozconfig-v6.45.eclass b/eclass/mozconfig-v6.45.eclass
14 index 2c4fbee..15e65ab 100644
15 --- a/eclass/mozconfig-v6.45.eclass
16 +++ b/eclass/mozconfig-v6.45.eclass
17 @@ -118,7 +118,7 @@ RDEPEND=">=app-text/hunspell-1.2:=
18 system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 )
19 system-icu? ( >=dev-libs/icu-51.1:= )
20 system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 )
21 - system-libevent? (> =dev-libs/libevent-2.0:0= )
22 + system-libevent? ( >=dev-libs/libevent-2.0:0= )
23 system-sqlite? ( >=dev-db/sqlite-3.9.1:3[secure-delete,debug=] )
24 system-harfbuzz? ( >=media-libs/harfbuzz-1.1.3:0=[graphite,icu] >=media-gfx/graphite2-1.3.8 )
25 "