Skip to content

Commit

Permalink
fix unmask
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamesam committed Feb 7, 2024
1 parent d6d72ce commit 7a70641
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions ci/ciimage/gentoo/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,15 @@ EOF

# Enable all Pythons
echo '*/* PYTHON_TARGETS: python3_10 python3_11 python3_12' >> /etc/portage/package.use/python
echo '-python_targets_python3_12 -python_single_target_python3_12' >> /etc/portage/profile/use.mask
echo '-python_targets_python3_12 -python_single_target_python3_12' >> /etc/portage/profile/use.stable.mask
cat <<-EOF >> /etc/portage/profile/use.mask
-python_targets_python3_12
-python_single_target_python3_12
EOF
cat <<-EOF >> /etc/portage/profile/use.stable.mask
-python_targets_python3_12
-python_single_target_python3_12
EOF

echo 'dev-lang/python ensurepip' >> /etc/portage/package.use/python

# Silly mono circular dep
Expand Down

0 comments on commit 7a70641

Please sign in to comment.