diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-06-05 00:08:12 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-06-05 00:08:56 +0100 |
commit | d03d244eb570e968dc7d5c1a2b9f3a7961775987 (patch) | |
tree | bc1afd131f1a006edd6dcfb89d42acad3ef458e6 /profiles | |
parent | profiles/enlightenment/build: Remove dev-lang/icc (diff) | |
download | portage-d03d244eb570e968dc7d5c1a2b9f3a7961775987.tar.xz |
profiles/enlightenment/build: Remove ruby22
Bug #642258
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/enlightenment/build/native/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/enlightenment/build/native/make.defaults b/profiles/enlightenment/build/native/make.defaults index 639dada3..7c1995c4 100644 --- a/profiles/enlightenment/build/native/make.defaults +++ b/profiles/enlightenment/build/native/make.defaults @@ -75,11 +75,11 @@ 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="ruby22 ruby23 ruby24 ruby25" +RUBY_TARGETS="ruby23 ruby24 ruby25" USE="${USE} -ruby_targets_rbx -ruby_targets_ruby21 - ruby_targets_ruby22 + -ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ruby_targets_ruby25" |