diff options
author | Karel Kočí <cynerd@email.cz> | 2020-04-18 00:19:59 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-04-18 00:19:59 +0200 |
commit | 26864b48ce72afecb68a16182efe7aaa124e1025 (patch) | |
tree | ea0988c0bf39279fb898a144ce8e9c940a38091d | |
parent | 110ed28fb1fd310ac661e2a8d6cd1df5a80eb4fb (diff) | |
download | gentoo-personal-overlay-26864b48ce72afecb68a16182efe7aaa124e1025.tar.gz gentoo-personal-overlay-26864b48ce72afecb68a16182efe7aaa124e1025.tar.bz2 gentoo-personal-overlay-26864b48ce72afecb68a16182efe7aaa124e1025.zip |
Revert "profiles/base: also allow python 2.7"
This reverts commit d30f47a9d1e25c1750378bfe657ccedad2e9e149.
-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 b4e81ca..b443eab 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -18,7 +18,7 @@ L10N="en cs" LINGUAS="en cs" RUBY_TARGETS="-* ruby26 ruby27" -PYTHON_SINGLE_TARGET="-* python3_7 python2_7" +PYTHON_SINGLE_TARGET="-* python3_7" PYTHON_TARGETS="-* python2_7 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 " |