Optimizing configs.

This commit is contained in:
layman 2022-03-17 19:14:02 +03:00
parent 0336a5c143
commit 52e17cbf03
2 changed files with 3 additions and 3 deletions

View File

@ -44,5 +44,8 @@ USE="${USE} custom-cflags mpi smp"
# develop
USE="${USE} -debug -mono pch vim-syntax"
# networking
USE="${USE} -ipv6"
# other
USE="${USE} threads"

View File

@ -22,9 +22,6 @@ USE="${USE} xscreensaver"
# input
USE="${USE} gpm"
# networking
USE="${USE} -ipv6"
# power
USE="${USE} acpi"