commit:     8ee02457326d71cbbf1700f9308f65f1bb38b7f5
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 18:30:09 2017 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 18:30:09 2017 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=8ee02457

mozconfig-v6.45 : fix space error in previous commit

 eclass/mozconfig-v6.45.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/mozconfig-v6.45.eclass b/eclass/mozconfig-v6.45.eclass
index 2c4fbee..15e65ab 100644
--- a/eclass/mozconfig-v6.45.eclass
+++ b/eclass/mozconfig-v6.45.eclass
@@ -118,7 +118,7 @@ RDEPEND=">=app-text/hunspell-1.2:=
        system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 )
        system-icu? ( >=dev-libs/icu-51.1:= )
        system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 )
-       system-libevent? (> =dev-libs/libevent-2.0:0= )
+       system-libevent? ( >=dev-libs/libevent-2.0:0= )
        system-sqlite? ( >=dev-db/sqlite-3.9.1:3[secure-delete,debug=] )
        system-harfbuzz? ( >=media-libs/harfbuzz-1.1.3:0=[graphite,icu] 
>=media-gfx/graphite2-1.3.8 )
 "

Reply via email to