summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-03-17 23:21:20 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-03-17 23:21:20 +0100
commitd2290335b595a9474200ebd8d0db97e5dbe029cd (patch)
tree9420e31ec301f23971b639093e01a07b7cac4714
parentmail-client/thunderbird: USE=system-libevent requires dev-libs/libevent[threads] (diff)
downloadgentoo-d2290335b595a9474200ebd8d0db97e5dbe029cd.tar.gz
gentoo-d2290335b595a9474200ebd8d0db97e5dbe029cd.tar.bz2
gentoo-d2290335b595a9474200ebd8d0db97e5dbe029cd.zip
eclass/mozconfig-v6.52: USE=system-libevent requires dev-libs/libevent[threads]
Bug: https://bugs.gentoo.org/680638 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--eclass/mozconfig-v6.52.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozconfig-v6.52.eclass b/eclass/mozconfig-v6.52.eclass
index 646232c86a59..c0b4b47155e7 100644
--- a/eclass/mozconfig-v6.52.eclass
+++ b/eclass/mozconfig-v6.52.eclass
@@ -129,7 +129,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-58.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=[threads] )
system-sqlite? ( >=dev-db/sqlite-3.17.0:3[secure-delete,debug=] )
system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] )
system-harfbuzz? ( >=media-libs/harfbuzz-1.3.3:0= >=media-gfx/graphite2-1.3.8 )