From 1aa70921b9158117bfb3a5ff13332aa177ce3e33 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 29 Dec 2022 07:48:03 +0000 Subject: [PATCH] Force English-only. --- portage/make.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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!