aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-10-04 01:52:20 +0000
committerZac Medico <zmedico@gentoo.org>2007-10-04 01:52:20 +0000
commit2edd4aaab3c34e9be9af753a45205235f645000b (patch)
tree352db012214f48adfe39c18048a67590d2ef28d8 /pym/portage/const.py
parentno need to use "function" when defining a function (diff)
downloadportage-2edd4aaab3c34e9be9af753a45205235f645000b.tar.gz
portage-2edd4aaab3c34e9be9af753a45205235f645000b.tar.bz2
portage-2edd4aaab3c34e9be9af753a45205235f645000b.zip
Bump EAPI from 0 to 1 and fix eapi_is_supported() so that
it works properly with both 0 and 1. svn path=/main/trunk/; revision=7909
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 d8bd604d1..90447540b 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -56,7 +56,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"]