specs/hppa: Use Python 3.9
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
90d8399f1f
commit
2e02562add
4 changed files with 10 additions and 2 deletions
|
@ -9,8 +9,8 @@ pkgcache_path: /var/tmp/catalyst/packages/default/installcd-stage1
|
||||||
portage_confdir: @REPO_DIR@/releases/portage/isos
|
portage_confdir: @REPO_DIR@/releases/portage/isos
|
||||||
livecd/use:
|
livecd/use:
|
||||||
-*
|
-*
|
||||||
python_targets_python3_6
|
python_targets_python3_9
|
||||||
python_single_target_python3_6
|
python_single_target_python3_9
|
||||||
bindist
|
bindist
|
||||||
compile-locales
|
compile-locales
|
||||||
fbcon
|
fbcon
|
||||||
|
|
|
@ -20,6 +20,8 @@ boot/kernel/livecd32/sources: sys-kernel/gentoo-sources
|
||||||
boot/kernel/livecd32/config: @REPO_DIR@/releases/kconfig/hppa/hppa32.config
|
boot/kernel/livecd32/config: @REPO_DIR@/releases/kconfig/hppa/hppa32.config
|
||||||
boot/kernel/livecd32/use:
|
boot/kernel/livecd32/use:
|
||||||
-*
|
-*
|
||||||
|
python_targets_python3_9
|
||||||
|
python_single_target_python3_9
|
||||||
atm
|
atm
|
||||||
fbcon
|
fbcon
|
||||||
ipv6
|
ipv6
|
||||||
|
@ -47,6 +49,8 @@ boot/kernel/livecd64/gk_kernargs:
|
||||||
--kernel-nm=hppa64-unknown-linux-gnu-nm
|
--kernel-nm=hppa64-unknown-linux-gnu-nm
|
||||||
boot/kernel/livecd64/use:
|
boot/kernel/livecd64/use:
|
||||||
-*
|
-*
|
||||||
|
python_targets_python3_9
|
||||||
|
python_single_target_python3_9
|
||||||
atm
|
atm
|
||||||
fbcon
|
fbcon
|
||||||
ipv6
|
ipv6
|
||||||
|
|
|
@ -18,6 +18,8 @@ boot/kernel/netboot32/gk_kernargs: --all-ramdisk-modules
|
||||||
|
|
||||||
netboot/use:
|
netboot/use:
|
||||||
-*
|
-*
|
||||||
|
python_targets_python3_9
|
||||||
|
python_single_target_python3_9
|
||||||
libtommath # dropbear requires libtomcrypt[libtommath]
|
libtommath # dropbear requires libtomcrypt[libtommath]
|
||||||
multicall
|
multicall
|
||||||
shadow
|
shadow
|
||||||
|
|
|
@ -23,6 +23,8 @@ boot/kernel/netboot64/gk_kernargs:
|
||||||
|
|
||||||
netboot/use:
|
netboot/use:
|
||||||
-*
|
-*
|
||||||
|
python_targets_python3_9
|
||||||
|
python_single_target_python3_9
|
||||||
libtommath # dropbear requires libtomcrypt[libtommath]
|
libtommath # dropbear requires libtomcrypt[libtommath]
|
||||||
multicall
|
multicall
|
||||||
shadow
|
shadow
|
||||||
|
|
Loading…
Add table
Reference in a new issue