commit: 96e6a699466760c97eccea63a00a298090cd8057
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 07:25:24 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 07:25:24 2024 +0000
URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=96e6a699
python: Add keywords for Python 3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
python.Dockerfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/python.Dockerfile b/python.Dockerfile
index ad577ce..2ba9b41 100644
--- a/python.Dockerfile
+++ b/python.Dockerfile
@@ -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