zero-system: ensure I'm testing python 3.9

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-12-03 23:07:17 -05:00
parent 208cdc0fca
commit 27e773cdaf
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -2,7 +2,9 @@
ACCEPT_LICENSE="${ACCEPT_LICENSE} NVIDIA-CUDA google-chrome Google-TOS PUEL baudline Intel-SDP Nero-AAC-EULA"
USE="gentoo-dev pentoo-extra zsh-completion -accessibility -python_targets_python3_6 -python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 -python_single_target_python3_7 -python_single_target_python3_6 python_single_target_python3_8"
USE="gentoo-dev pentoo-extra zsh-completion -accessibility"
USE="${USE} python_targets_python3_9"
#testing for pentoo inclusion
USE="${USE} wayland gles2 vulkan tslib"