From: Zac Medico Date: Thu, 30 Dec 2010 22:23:57 +0000 (-0800) Subject: portage.const: bump EAPI to 4 (council approved) X-Git-Tag: v2.1.9.27~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=76fa27a6cff57915fc2125112a45c86f4f6db305;p=portage.git portage.const: bump EAPI to 4 (council approved) --- diff --git a/pym/portage/const.py b/pym/portage/const.py index 2a0e90a9b..f79820277 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -103,7 +103,7 @@ SUPPORTED_FEATURES = frozenset([ "unmerge-logs", "unmerge-orphans", "userfetch", "userpriv", "usersandbox", "usersync", "webrsync-gpg"]) -EAPI = 3 +EAPI = 4 HASHING_BLOCKSIZE = 32768 MANIFEST1_HASH_FUNCTIONS = ("MD5", "SHA256", "RMD160")