Enable 'smp' USE-flag by default.

This commit is contained in:
Kolan Sh 2015-01-30 15:52:44 +03:00
parent 45df81d058
commit c12eb20676
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ PORTAGE_ELOG_SYSTEM="save"
RUBY_TARGETS="ruby20"
# cpu
USE="${USE} custom-cflags graphite"
USE="${USE} custom-cflags graphite smp"
# gpu
USE="${USE} dri dri2 fbcon fbcondecor fbosd opengl webgl"

View File

@ -29,7 +29,7 @@ RUBY_TARGETS="ruby20"
PYTHON_TARGETS="python2_7 python3_2 python3_3"
# cpu
USE="${USE} custom-cflags"
USE="${USE} custom-cflags smp"
# gpu
#USE="${USE} dri dri2 fbcon fbcondecor fbosd opengl opencl vaapi"