commit: eb4a5bd3e98fe1b4aee28bca950541a939da8464 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Wed Aug 26 21:46:56 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Thu Aug 27 23:02:49 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=eb4a5bd3
world.conf: fix syntax error. 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 4df849f..b57f66c 100644 --- a/core/etc/grs/world.conf +++ b/core/etc/grs/world.conf @@ -7711,7 +7711,7 @@ package.use : x11-libs/libwnck:3 -tools introspection startup-notification package.use : x11-libs/libxcb:0 -doc -selinux -test static-libs xkb [x11-libs/libxkbcommon:0] -package.use : -doc -static-libs -test X +package.use : x11-libs/libxkbcommon:0 -doc -static-libs -test X [x11-libs/libxkbfile:0] package.use : x11-libs/libxkbfile:0 static-libs
