diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-09-26 00:09:06 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-09-26 00:09:06 +0000 |
commit | 074420873cc3077e73c558f3ee0de01d7cafa48b (patch) | |
tree | c9278d944dd411559a30c10bcf30529767a0fda1 | |
parent | 93a4be885e601e5c5f27f1b307e7a4ee06ac8966 (diff) | |
download | portage-074420873cc3077e73c558f3ee0de01d7cafa48b.tar.gz portage-074420873cc3077e73c558f3ee0de01d7cafa48b.tar.bz2 portage-074420873cc3077e73c558f3ee0de01d7cafa48b.zip |
Bump to EAPI 2.
svn path=/main/trunk/; revision=11550
-rw-r--r-- | pym/portage/const.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py index 1b8b3036e..84930cdc6 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -60,7 +60,7 @@ EBUILD_PHASES = ["setup", "unpack", "prepare", "configure", "package", "preinst", "postinst","prerm", "postrm", "nofetch", "config", "info", "other"] -EAPI = 1 +EAPI = 2 HASHING_BLOCKSIZE = 32768 MANIFEST1_HASH_FUNCTIONS = ["MD5","SHA256","RMD160"] |