summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-12 11:05:44 +0000
committerSam James <sam@gentoo.org>2024-01-12 11:07:06 +0000
commit5c363d614a34eea87a18d710d9f6f1b38650ba93 (patch)
tree18594a080a7b555a31153e6a3860b7d7e05358e8 /scripts
parentscripts: cleanup USE=nptl (diff)
downloadgentoo-5c363d614a34eea87a18d710d9f6f1b38650ba93.tar.gz
gentoo-5c363d614a34eea87a18d710d9f6f1b38650ba93.tar.bz2
gentoo-5c363d614a34eea87a18d710d9f6f1b38650ba93.zip
scripts: drop USE=userlocales
commit 486575836bbd74bc6f35d06d31ddd45b108e5f2d Author: Christian Heim <phreak@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@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@gentoo.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh3
1 files changed, 0 insertions, 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