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
parent
5d730ee0e6
commit
c3418b96e7
|
@ -0,0 +1 @@
|
|||
USE="${USE} -nls"
|
Reference in New Issue