commit: f2e5ac30e72affd36dc3b9294313e978e79edaa4 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Wed Feb 3 16:55:31 2016 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Wed Feb 3 16:55:31 2016 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=f2e5ac30
world: turn off graphite for gcc since its broken on musl 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 a39b91c..5d48400 100644 --- a/core/etc/grs/world.conf +++ b/core/etc/grs/world.conf @@ -7509,7 +7509,7 @@ package.use : sys-devel/bison:0 -nls -static package.use : sys-devel/flex:0 -nls -static -test [sys-devel/gcc:4.9] -package.use : sys-devel/gcc:4.9 -altivec -awt -cilk -debug -doc -fixed-point -go -libssp -multilib -multislot -nls -nopie -nossp -regression-test -sanitize -vanilla cxx fortran gcj graphite hardened nptl objc objc++ objc-gc openmp +package.use : sys-devel/gcc:4.9 -altivec -awt -cilk -debug -doc -fixed-point -go -graphite -libssp -multilib -multislot -nls -nopie -nossp -regression-test -sanitize -vanilla cxx fortran gcj hardened nptl objc objc++ objc-gc openmp [sys-devel/gdb:0] package.use : sys-devel/gdb:0 -expat -multitarget -nls -test -vanilla client lzma python server zlib
