specs: Enable USE=compile-locales for installcd-stage1
This patch causes glibc (starting with version 2.30) to be remerged in installcd-stage1 with USE=compile-locales. Available with glibc-2.30, USE=compile-locales will generate the locales in src_install() and include them in the binary package. This enables catalyst to reduce the locales produced in stages 1-3 to a minimal set without causing the ISOs to have a limited set of locales. Bug: https://bugs.gentoo.org/710762 Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
6194afc47d
commit
dc5b666533
8 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,7 @@ snapshot: 2008.0
|
|||
source_subpath: default/stage3-alpha-2008.0
|
||||
portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
|
||||
livecd/use:
|
||||
compile-locales
|
||||
fbcon
|
||||
ipv6
|
||||
livecd
|
||||
|
|
|
@ -10,6 +10,7 @@ portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
|
|||
|
||||
livecd/use:
|
||||
alsa
|
||||
compile-locales
|
||||
fbcon
|
||||
ipv6
|
||||
livecd
|
||||
|
|
|
@ -12,6 +12,7 @@ livecd/use:
|
|||
python_targets_python3_6
|
||||
python_single_target_python3_6
|
||||
bindist
|
||||
compile-locales
|
||||
fbcon
|
||||
ipv6
|
||||
livecd
|
||||
|
|
|
@ -10,6 +10,7 @@ decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
|||
portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
|
||||
|
||||
livecd/use:
|
||||
compile-locales
|
||||
fbcon
|
||||
ipv6
|
||||
livecd
|
||||
|
|
|
@ -10,6 +10,7 @@ decompressor_search_order: tar pixz xz lbzip2 bzip2 gzip
|
|||
portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
|
||||
|
||||
livecd/use:
|
||||
compile-locales
|
||||
fbcon
|
||||
ipv6
|
||||
livecd
|
||||
|
|
|
@ -9,6 +9,7 @@ compression_mode: pixz_x
|
|||
portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
|
||||
|
||||
livecd/use:
|
||||
compile-locales
|
||||
fbcon
|
||||
ipv6
|
||||
livecd
|
||||
|
|
|
@ -8,6 +8,7 @@ source_subpath: hardened/stage3-x86-hardened-latest
|
|||
compression_mode: pixz_x
|
||||
livecd/use:
|
||||
-*
|
||||
compile-locales
|
||||
fbcon
|
||||
ipv6
|
||||
livecd
|
||||
|
|
|
@ -10,6 +10,7 @@ portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
|
|||
|
||||
livecd/use:
|
||||
alsa
|
||||
compile-locales
|
||||
fbcon
|
||||
ipv6
|
||||
livecd
|
||||
|
|
Loading…
Add table
Reference in a new issue