Update ruby, remove USE flag disabling.

This commit is contained in:
Alexis Lahouze 2019-07-02 08:54:50 +02:00
parent fa1b27e481
commit 4cb1283376
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@ export INPUT_DEVICES="evdev keyboard libinput mouse synaptics joystick"
# Software environments. # Software environments.
#export PYTHON_TARGETS="python2_7 python3_6 python3_7" #export PYTHON_TARGETS="python2_7 python3_6 python3_7"
#export PYTHON_SINGLE_TARGET="python3_6" #export PYTHON_SINGLE_TARGET="python3_6"
export RUBY_TARGETS="ruby25" export RUBY_TARGETS="ruby26"
# Internationalization # Internationalization
export L10N="en fr" export L10N="en fr"
#export USE="gold plugins" #export USE="gold plugins"
export USE="-filecaps" #export USE="-filecaps"