commit:     5c363d614a34eea87a18d710d9f6f1b38650ba93
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 11:05:44 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 11:07:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c363d61

scripts: drop USE=userlocales

commit 486575836bbd74bc6f35d06d31ddd45b108e5f2d
Author: Christian Heim <phreak <AT> gentoo.org>
Date:   Sat Jan 20 14:21:41 2007 +0000

    USE="userlocales" got deprecated with the introduction of /etc/locale.gen 
into sys-libs/glibc.

commit 75120cd1a2491a7ea11f2657a11fc9267c111af0
Author: Mike Frysinger <vapier <AT> gentoo.org>
Date:   Mon Apr 17 16:52:57 2006 +0000

    Kill USE=userlocales and replace with Debian locale-gen #22565.
    (Portage version: 2.1_pre9)
     (Signed Manifest commit)

Bug: https://bugs.gentoo.org/22565
Signed-off-by: Sam James <sam <AT> gentoo.org>

 scripts/bootstrap.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 7244fcbb49a2..caea6f597217 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -230,9 +230,6 @@ for opt in ${ORIGUSE} ; do
                multilib)
                        ALLOWED_USE="${ALLOWED_USE} multilib"
                        ;;
-               userlocales)
-                       ALLOWED_USE="${ALLOWED_USE} userlocales"
-                       ;;
        esac
 done
 

Reply via email to