commit:     1885143181d65f1a26a4813764ee344a166ded38
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 21 07:01:52 2026 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 21 07:02:15 2026 +0000
URL:        https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=18851431

python.Dockerfile: fix using of 9999 versions for python

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 python.Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python.Dockerfile b/python.Dockerfile
index b635cf7..e000f30 100644
--- a/python.Dockerfile
+++ b/python.Dockerfile
@@ -11,7 +11,7 @@ RUN <<-EOF
 
     # configure portage
     echo '*/* ~amd64' >> /etc/portage/package.accept_keywords/base.conf
-    echo 'dev-lang/python **' >> 
/etc/portage/package.accept_keywords/python.conf
+    # 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
 

Reply via email to