Skip to content

Commit

Permalink
profile: use python 3.11 and 3.12 for a month
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed May 13, 2024
1 parent 5657784 commit f4e9497
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions profiles/pentoo/base/make.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ PORTAGE_IO_NICENESS="ionice -c 3 -p \${PID}"
#tslib causes circular deps with libsdl2
USE="${USE} ${INPUT_USE} X abi_x86_32 adns blake2 caps -consolekit curl elogind fbcon gles2 gps lm-sensors lm_sensors lto lua lvm lz4 lzip lzma lzo modules-sign networkmanager oss pentoo-full perl pgo pulseaudio python ruby samba sqlite verify-sig vdpau vaapi vulkan wayland xattr xinerama x265 zstd"

#remove 2024-06-13
USE="${USE} python_targets_python3_11"

USE="${USE} python_targets_python3_12"

BOOTSTRAP_USE="${BOOTSTRAP_USE} cet http2 lto openmp"

PORTAGE_BZIP2_COMMAND="lbzip2"
Expand Down
2 changes: 1 addition & 1 deletion profiles/pentoo/zero-system/make.defaults
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ACCEPT_LICENSE="${ACCEPT_LICENSE} NVIDIA-CUDA android google-chrome Google-TOS baudline Intel-SDP Nero-AAC-EULA ms-teams-pre PUEL PUEL-11"

USE="pentoo-extra zsh-completion -semantic-desktop"
USE="${USE} python_targets_python3_12"
#USE="${USE} -python_targets_python3_11"

PORTAGE_GPG_DIR="/home/zero/.gnupg/"
PORTAGE_GPG_KEY="0xA5DD1427DD11F94A"
Expand Down

0 comments on commit f4e9497

Please sign in to comment.