commit:     0783d820e6eecffa3adff52c4669fc715d65dbaa
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 11 18:15:26 2026 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 18:15:26 2026 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=0783d820

Enable EAPI 9

Bug: https://bugs.gentoo.org/965922
Acked-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 lib/portage/const.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/portage/const.py b/lib/portage/const.py
index 31de3b99cb..b8b17d5e1f 100644
--- a/lib/portage/const.py
+++ b/lib/portage/const.py
@@ -254,7 +254,7 @@ SUPPORTED_FEATURES = frozenset(
     )
 )
 
-EAPI = 8
+EAPI = 9
 
 HASHING_BLOCKSIZE = 32768
 

Reply via email to