aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 16922a5e6..7f84bf0e9 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -204,7 +204,7 @@ SUPPORTED_FEATURES = frozenset([
"xattr",
])
-EAPI = 6
+EAPI = 7
HASHING_BLOCKSIZE = 32768