Skip to content

Commit

Permalink
python: Add keywords for Python 3.14
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <mgorny@gentoo.org>
  • Loading branch information
mgorny committed Nov 23, 2024
1 parent 40a9758 commit 96e6a69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ RUN <<-EOF

# configure portage
echo '*/* ~amd64' >> /etc/portage/package.accept_keywords/base.conf
echo '*/* full-stdlib sqlite' >> /etc/portage/package.use/python
echo 'dev-vcs/git -perl' >> /etc/portage/package.use/git
echo 'dev-lang/python **' >> /etc/portage/package.accept_keywords/python.conf
echo '*/* full-stdlib sqlite' >> /etc/portage/package.use/python.conf
echo 'dev-vcs/git -perl' >> /etc/portage/package.use/git.conf

# install ::gentoo
wget --progress=dot:mega -O - https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz | tar -xz
Expand Down

0 comments on commit 96e6a69

Please sign in to comment.