diff options
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 962d439..1dec728 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -17,8 +17,8 @@ USE="$USE zsh-completion" L10N="en cs" LINGUAS="en cs" -RUBY_TARGETS="ruby26 ruby27" -PYTHON_TARGETS="python2_7 python3_7 python3_8" +RUBY_TARGETS="-* ruby26 ruby27" +PYTHON_TARGETS="-* python2_7 python3_6 python3_7 python3_8" COLLECTD_PLUGINS="conntrack contextswitch cpu cpufreq cpusleep df disk entropy fhcount fscache hugepages interface ipc iptables irq load lvm netlink network openvpn ping processes protocols uptime users vmem " # TODO some plugin for btrfs? |