diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-01-09 00:53:03 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-01-09 00:53:03 +0000 |
commit | a664920387ad509cfc3e8322d419cd0aadb2cda5 (patch) | |
tree | 75741847ade158a5607ae45d22fb9ce988867a94 /profiles/enlightenment | |
parent | profiles/enlightenment/build: refresh python targets (diff) | |
download | portage-a664920387ad509cfc3e8322d419cd0aadb2cda5.tar.xz |
profiles/enlightenment/build: refresh ruby targets
Diffstat (limited to 'profiles/enlightenment')
-rw-r--r-- | profiles/enlightenment/build/native/make.defaults | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/enlightenment/build/native/make.defaults b/profiles/enlightenment/build/native/make.defaults index fb8b0b0b..59f522bb 100644 --- a/profiles/enlightenment/build/native/make.defaults +++ b/profiles/enlightenment/build/native/make.defaults @@ -73,7 +73,7 @@ USE="${USE} # Setting RUBY_TARGETS is non functional, need to expand manually # First disable all of them, set enable needed one # W=ruby_targets ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" /usr/portage/profiles/desc/${W}.desc | sort -RUBY_TARGETS="ruby24 ruby25 ruby26" +RUBY_TARGETS="ruby24 ruby25 ruby26 ruby27" USE="${USE} -ruby_targets_rbx -ruby_targets_ruby21 @@ -81,4 +81,5 @@ USE="${USE} -ruby_targets_ruby23 ruby_targets_ruby24 ruby_targets_ruby25 - ruby_targets_ruby26" + ruby_targets_ruby26 + ruby_targets_ruby27" |