diff options
author | Karel Kočí <cynerd@email.cz> | 2021-07-20 23:11:19 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-07-20 23:11:19 +0200 |
commit | 78e68055d0ba1297d47efcd7700d3d3de08647b8 (patch) | |
tree | d6dac78f2002027d1986ecf09a1583fe7c6e4de2 /profiles/base/make.defaults | |
parent | f5235b713dedb5d7a77e67f9506c7a280aa9bb47 (diff) | |
download | gentoo-personal-overlay-78e68055d0ba1297d47efcd7700d3d3de08647b8.tar.gz gentoo-personal-overlay-78e68055d0ba1297d47efcd7700d3d3de08647b8.tar.bz2 gentoo-personal-overlay-78e68055d0ba1297d47efcd7700d3d3de08647b8.zip |
Revert "profiles/base: revert to python 3.8 for now"
This reverts commit 51739d6aaee5fb167895a74fe42de41befa5172e.
Diffstat (limited to 'profiles/base/make.defaults')
-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 caef99b..362ec44 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_8 python3_9 python3_10" +PYTHON_TARGETS="-* 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? |