commit: 3539e46b64c5db225e753277132a741041e55fba Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sun Jul 19 01:22:03 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sun Jul 19 01:22:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=3539e46b
world.conf: USE=python leads to sandbox issues for gtk-vnc. core/etc/grs/world.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf index cefd5f5..e3793af 100644 --- a/core/etc/grs/world.conf +++ b/core/etc/grs/world.conf @@ -6288,7 +6288,7 @@ package.use : net-libs/gsnmp:0 static-libs package.use : net-libs/gssdp:0 gtk introspection [net-libs/gtk-vnc:0] -package.use : net-libs/gtk-vnc:0 -examples -pulseaudio gtk3 introspection python sasl vala +package.use : net-libs/gtk-vnc:0 -examples -pulseaudio -python gtk3 introspection sasl vala [net-libs/gupnp-av:0] package.use : net-libs/gupnp-av:0 introspection
