diff options
author | Jory A. Pratt <anarchy@gentoo.org> | 2017-02-04 18:13:05 -0600 |
---|---|---|
committer | Jory A. Pratt <anarchy@gentoo.org> | 2017-02-04 18:13:05 -0600 |
commit | f69ade8cd8e9fa11af6ea63296129141bcd9eab2 (patch) | |
tree | 3fd0f60a18c2ba18c8f755ec76ca690a44da99ed /eclass | |
parent | mail-client/thunderbird,www-client/firefox : update ESR (diff) | |
download | gentoo-f69ade8cd8e9fa11af6ea63296129141bcd9eab2.tar.gz gentoo-f69ade8cd8e9fa11af6ea63296129141bcd9eab2.tar.bz2 gentoo-f69ade8cd8e9fa11af6ea63296129141bcd9eab2.zip |
www-client/firefox : Fix build with libevent-2.1
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig-v6.51.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozconfig-v6.51.eclass b/eclass/mozconfig-v6.51.eclass index 7bbed9a04136..b151d44e60cd 100644 --- a/eclass/mozconfig-v6.51.eclass +++ b/eclass/mozconfig-v6.51.eclass @@ -120,7 +120,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-56.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.14.1:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] ) system-harfbuzz? ( >=media-libs/harfbuzz-1.2.6:0=[graphite,icu] >=media-gfx/graphite2-1.3.8 ) |