projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cf756c
)
portage.const: bump EAPI to 4 (council approved)
author
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Dec 2010 22:23:57 +0000
(14:23 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Dec 2010 22:23:57 +0000
(14:23 -0800)
pym/portage/const.py
patch
|
blob
|
history
diff --git
a/pym/portage/const.py
b/pym/portage/const.py
index 3dbe2df4a9cceb11b326bc5185960b5ee02399ec..89fdda15178d2b65ec8a59c982863ca6b6239ed6 100644
(file)
--- 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")