diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-08-20 23:16:12 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-08-21 01:05:32 +0100 |
commit | d2e77f1482dc1cc11448fd701dc21e52113769b7 (patch) | |
tree | b91d0a1cb6525375f585fd60cb80ed4c1aabe660 /profiles | |
parent | factory-default: Harden net-misc/openssh config (diff) | |
download | portage-d2e77f1482dc1cc11448fd701dc21e52113769b7.tar.xz |
profiles/enlightenment/build: Refresh RUBY_TARGETS
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/enlightenment/build/native/make.defaults | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/profiles/enlightenment/build/native/make.defaults b/profiles/enlightenment/build/native/make.defaults index 10a8e676..374c8dd6 100644 --- a/profiles/enlightenment/build/native/make.defaults +++ b/profiles/enlightenment/build/native/make.defaults @@ -67,7 +67,6 @@ USE="${USE} -python_targets_pypy -python_targets_pypy3 python_targets_python2_7 - python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_targets_python3_7" @@ -76,11 +75,12 @@ 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="ruby23 ruby24 ruby25" +RUBY_TARGETS="ruby24 ruby25 ruby26" USE="${USE} -ruby_targets_rbx -ruby_targets_ruby21 -ruby_targets_ruby22 - ruby_targets_ruby23 + -ruby_targets_ruby23 ruby_targets_ruby24 - ruby_targets_ruby25" + ruby_targets_ruby25 + ruby_targets_ruby26" |