commit: afe3454c0f91de139f68ec274b72e22ae4245864
parent: caa89f59d64b882172e0d5af6bae1668ff24fc90
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 7 Nov 2019 04:49:19 +0100
net-libs/webkit-gtk: USE=sandbox needs sys-apps/xdg-dbus-proxy
Diffstat:
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.26.1.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.26.1.ebuild
@@ -96,7 +96,10 @@ RDEPEND="
>=net-libs/libwpe-1.3.0:=
>=dev-libs/wpebackend-fdo-1.3.1:=
)
- sandbox? ( sys-apps/bubblewrap )
+ sandbox? (
+ sys-apps/bubblewrap
+ sys-apps/xdg-dbus-proxy
+ )
"
# paxctl needed for bug #407085
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild
@@ -96,7 +96,10 @@ RDEPEND="
>=net-libs/libwpe-1.3.0:=
>=dev-libs/wpebackend-fdo-1.3.1:=
)
- sandbox? ( sys-apps/bubblewrap )
+ sandbox? (
+ sys-apps/bubblewrap
+ sys-apps/xdg-dbus-proxy
+ )
"
# paxctl needed for bug #407085