diff options
-rw-r--r-- | conf/intel/portage/make.conf.amd64-binmode | 2 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.amd64-mixedmode | 2 | ||||
-rw-r--r-- | conf/intel/portage/make.conf.amd64-srcmode | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/intel/portage/make.conf.amd64-binmode b/conf/intel/portage/make.conf.amd64-binmode index 31c145d..337de18 100644 --- a/conf/intel/portage/make.conf.amd64-binmode +++ b/conf/intel/portage/make.conf.amd64-binmode @@ -49,7 +49,7 @@ USE_PYTHON="2.7 3.4" PYTHON_TARGETS="python2_7 python3_4" ## RUBY TARGETS ## -RUBY_TARGETS="ruby21" +RUBY_TARGETS="ruby22" ## GRUB PLATFORMS ## GRUB_PLATFORMS="efi-64 pc" diff --git a/conf/intel/portage/make.conf.amd64-mixedmode b/conf/intel/portage/make.conf.amd64-mixedmode index db29bce..57167fe 100644 --- a/conf/intel/portage/make.conf.amd64-mixedmode +++ b/conf/intel/portage/make.conf.amd64-mixedmode @@ -49,7 +49,7 @@ USE_PYTHON="2.7 3.4" PYTHON_TARGETS="python2_7 python3_4" ## RUBY TARGETS ## -RUBY_TARGETS="ruby21" +RUBY_TARGETS="ruby22" ## GRUB PLATFORMS ## GRUB_PLATFORMS="efi-64 pc" diff --git a/conf/intel/portage/make.conf.amd64-srcmode b/conf/intel/portage/make.conf.amd64-srcmode index 53034d5..c8368d2 100644 --- a/conf/intel/portage/make.conf.amd64-srcmode +++ b/conf/intel/portage/make.conf.amd64-srcmode @@ -48,7 +48,7 @@ USE_PYTHON="2.7 3.4" PYTHON_TARGETS="python2_7 python3_4" ## RUBY TARGETS ## -RUBY_TARGETS="ruby21" +RUBY_TARGETS="ruby22" ## GRUB PLATFORMS ## GRUB_PLATFORMS="efi-64 pc" |