summaryrefslogtreecommitdiffstats
path: root/pym/portage/const.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-20 11:01:43 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-20 11:01:43 -0700
commite75364c99827641cd491206acfba4c6587cfcd33 (patch)
tree580bc00958b7baf88bc108e907d414d66fb7fa15 /pym/portage/const.py
parent8ba939d53e52a88c183a2db95d1e51f04b0d9bb6 (diff)
downloadportage-e75364c99827641cd491206acfba4c6587cfcd33.tar.gz
portage-e75364c99827641cd491206acfba4c6587cfcd33.tar.bz2
portage-e75364c99827641cd491206acfba4c6587cfcd33.zip
Enable official EAPI 5 support.v2.2.0_alpha130
The council has officialy approved EAPI 5 in PMS: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=99c78a51ff4c9737cdd399620072abdc14f8df11
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 fe283f486..49a14d3ab 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -109,7 +109,7 @@ SUPPORTED_FEATURES = frozenset([
"unmerge-logs", "unmerge-orphans", "userfetch", "userpriv",
"usersandbox", "usersync", "webrsync-gpg", "xattr"])
-EAPI = 4
+EAPI = 5
HASHING_BLOCKSIZE = 32768
MANIFEST1_HASH_FUNCTIONS = ("MD5", "SHA256", "RMD160")