diff --git a/portage/make.conf b/portage/make.conf index fb0deca..4bec1d0 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -3,7 +3,7 @@ # Copyright 2022-2023 Inference # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 3.0.0.24 +# Version: 4.0.0.25 # System @@ -16,7 +16,9 @@ PORTAGE_LOGDIR="/var/log/portage/" DISTDIR="/var/cache/distfile/" PKGDIR="/var/cache/bin/" ## Language -LC_MESSAGES=C +LC_MESSAGES="C" +LINGUAS="en" +L10N="en_GB" ## Gentoo mirrors ## ONLY IPV4 + IPV6 DUAL-STACK MIRRORS SHOULD BE USED! IPV4 IS BEING PHASED OUT! ## IF IPV6-ONLY IS SUPPORTED BY ISP, IPV6-ONLY MIRRORS SHOULD BE PREFERRED!