Upgrade requirements...

This commit is contained in:
Kolan Sh 2022-08-01 15:05:18 +03:00
parent d4291c35e2
commit ef8acd0194
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@ PORTAGE_ELOG_SYSTEM="save"
ABI_X86="64"
PYTHON_TARGETS="$PYTHON_TARGETS python3_8 python3_9 python3_10"
PYTHON_TARGETS="$PYTHON_TARGETS python3_9 python3_10"
PYTHON_SINGLE_TARGET="-python3_8 -python3_9 python3_10"
# cpu

View File

@ -1,5 +1,6 @@
INPUT_DEVICES="evdev"
ABI_X86="32 64"
PYTHON_TARGETS="$PYTHON_TARGETS python3_8"
# gpu
USE="${USE} fbcon opengl"