commit: ed4fc7462578b713e32263e1ac0b145ebe6a7056 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Thu Jul 16 21:03:25 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Thu Jul 16 21:03:25 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=ed4fc746
world.conf: USE=-seccomp for tor because it needs <bits/signum.h> 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 f4ef8e3..9c2577d 100644 --- a/core/etc/grs/world.conf +++ b/core/etc/grs/world.conf @@ -6686,7 +6686,7 @@ package.use : net-misc/stunnel:0 -selinux ipv6 ssl tcpd package.use : net-misc/suite3270:0 -cjk -doc X ncurses ssl tcl [net-misc/tor:0] -package.use : net-misc/tor:0 -bufferevents -nat-pmp -scrypt -selinux -stats -systemd -test -tor-hardening -transparent-proxy -web seccomp upnp +package.use : net-misc/tor:0 -bufferevents -nat-pmp -scrypt -seccomp -selinux -stats -systemd -test -tor-hardening -transparent-proxy -web upnp [net-misc/vinagre:0] package.use : net-misc/vinagre:0 -rdp -spice -zeroconf ssh telepathy
