diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-02-06 02:28:47 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-02-06 02:29:03 +0100 |
commit | 481b1a8a35c5dc6d1a3b2d221ce5e933120c1218 (patch) | |
tree | 3f6a7d4ef47d9dfbf289152afc1fbb2aca5e8829 /eclass | |
parent | app-shells/fish: Bump to version 2.5.0. Removed old. (diff) | |
download | gentoo-481b1a8a35c5dc6d1a3b2d221ce5e933120c1218.tar.gz gentoo-481b1a8a35c5dc6d1a3b2d221ce5e933120c1218.tar.bz2 gentoo-481b1a8a35c5dc6d1a3b2d221ce5e933120c1218.zip |
www-client/seamonkey: Fix build with libevent-2.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig-v6.49.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozconfig-v6.49.eclass b/eclass/mozconfig-v6.49.eclass index 283aecda9b8c..bc6e7d3b4df7 100644 --- a/eclass/mozconfig-v6.49.eclass +++ b/eclass/mozconfig-v6.49.eclass @@ -121,7 +121,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.13.0: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 ) |