portage: Set USE=-nls globally

A recent update to the Gentoo repo as introduced a circular dependency
between _m4_ and _gettext_.  We can avoid it by setting `USE=-nls`.
This is OK because we don't need i18n in the build environment.
lib/main
Dustin 2024-12-14 14:16:05 -06:00
parent 5d730ee0e6
commit c3418b96e7
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
USE="${USE} -nls"