diff options
author | Karel Kočí <cynerd@email.cz> | 2021-07-20 22:10:06 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-07-20 22:10:06 +0200 |
commit | 51739d6aaee5fb167895a74fe42de41befa5172e (patch) | |
tree | 554dd1c565a4edc57255cd312fbebf4373dbc90e | |
parent | b2358bc47927e677e22ed05d0e1a5cf976519598 (diff) | |
download | gentoo-personal-overlay-51739d6aaee5fb167895a74fe42de41befa5172e.tar.gz gentoo-personal-overlay-51739d6aaee5fb167895a74fe42de41befa5172e.tar.bz2 gentoo-personal-overlay-51739d6aaee5fb167895a74fe42de41befa5172e.zip |
profiles/base: revert to python 3.8 for now
-rw-r--r-- | profiles/base/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 362ec44..caef99b 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -19,7 +19,7 @@ L10N="en cs" LINGUAS="en cs" RUBY_TARGETS="-* ruby30" -PYTHON_TARGETS="-* python3_9 python3_10" +PYTHON_TARGETS="-* python3_8 python3_9 python3_10" 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? |