diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-02 22:40:42 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-02 23:08:26 +0100 |
commit | 4ba91ee08292ee896847d29370643980d7b2c9a8 (patch) | |
tree | 833969468611f0744220c074ef29157b018d527b /profiles | |
parent | profiles: use default python (diff) | |
download | portage-4ba91ee08292ee896847d29370643980d7b2c9a8.tar.xz |
profiles: use default ruby
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/common/make.defaults | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index ed54d305..bbc68016 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -88,21 +88,6 @@ USE_EXPAND="TARGET" # To keep in sync UNINSTALL_IGNORE="/var/run /var/lock" -# 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" profiles/desc/${W}.desc | sort -USE="${USE} - -ruby_targets_rbx - -ruby_targets_ruby21 - -ruby_targets_ruby22 - -ruby_targets_ruby23 - -ruby_targets_ruby24 - -ruby_targets_ruby25 - -ruby_targets_ruby26 - -ruby_targets_ruby27 - -ruby_targets_ruby30 - ruby_targets_ruby26" - # Setting LUA_SINGLE_TARGET is non functional, need to expand manually # First disable all of them, set enable needed one # W=lua_single_target ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" profiles/desc/${W}.desc | sort |