From: Arthur Zamarin <arthur...@gentoo.org>

Signed-off-by: Arthur Zamarin <arthur...@gentoo.org>
Signed-off-by: Michał Górny <mgo...@gentoo.org>
---
 eclass/python-utils-r1.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 40792714cc56..52e9e061d6bd 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -441,13 +441,13 @@ _python_export() {
                                local d
                                case ${impl} in
                                        python3.10)
-                                               
PYTHON_PKG_DEP=">=dev-lang/python-3.10.9-r1:3.10";;
+                                               
PYTHON_PKG_DEP=">=dev-lang/python-3.10.11:3.10";;
                                        python3.11)
-                                               
PYTHON_PKG_DEP=">=dev-lang/python-3.11.1-r1:3.11";;
+                                               
PYTHON_PKG_DEP=">=dev-lang/python-3.11.3:3.11";;
                                        python3.12)
                                                
PYTHON_PKG_DEP=">=dev-lang/python-3.12.0_beta1:3.12";;
                                        pypy3)
-                                               
PYTHON_PKG_DEP='>=dev-python/pypy3-7.3.11-r1:0=';;
+                                               
PYTHON_PKG_DEP='>=dev-python/pypy3-7.3.11_p1:0=';;
                                        *)
                                                die "Invalid implementation: 
${impl}"
                                esac
-- 
2.40.1


Reply via email to