From 4cb1283376134d2f86790df21873d162f3f8c100 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Tue, 2 Jul 2019 08:54:50 +0200 Subject: [PATCH] Update ruby, remove USE flag disabling. --- catalystrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalystrc b/catalystrc index 9156a43..03cbaf4 100644 --- a/catalystrc +++ b/catalystrc @@ -26,10 +26,10 @@ export INPUT_DEVICES="evdev keyboard libinput mouse synaptics joystick" # Software environments. #export PYTHON_TARGETS="python2_7 python3_6 python3_7" #export PYTHON_SINGLE_TARGET="python3_6" -export RUBY_TARGETS="ruby25" +export RUBY_TARGETS="ruby26" # Internationalization export L10N="en fr" #export USE="gold plugins" -export USE="-filecaps" +#export USE="-filecaps"