summaryrefslogtreecommitdiffstats
path: root/pym/portage_const.py
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 8eea0faba..f29e7b6b7 100644
--- a/pym/portage_const.py
+++ b/pym/portage_const.py
@@ -55,7 +55,7 @@ INCREMENTALS = ["USE", "USE_EXPAND", "USE_EXPAND_HIDDEN", "FEATURES",
EBUILD_PHASES = ["setup", "unpack", "compile", "test", "install",
"preinst", "postinst", "prerm", "postrm", "other"]
-EAPI = 0
+EAPI = 1
HASHING_BLOCKSIZE = 32768
MANIFEST1_HASH_FUNCTIONS = ["MD5","SHA256","RMD160"]