diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-05-03 16:35:57 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-05-03 16:35:57 +0100 |
commit | 7c883e03bb07cd9227ce94a03c99c772b058329c (patch) | |
tree | 2d741346d66263e701319fbf4fa90950ad86f005 /conf | |
parent | a9aa1520eee97876c770bdb1a428dee1b12c1d5d (diff) |
switch to ruby22
Diffstat (limited to 'conf')
-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" |