summaryrefslogtreecommitdiffstats
path: root/pym/portage_const.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-10-05 02:46:25 +0000
committerZac Medico <zmedico@gentoo.org>2007-10-05 02:46:25 +0000
commitc88960470151c8737595b838acefdedc8be2ac2a (patch)
treef9b10cc5c6cb5506e33ac04582ac5b1e287bdd96 /pym/portage_const.py
parent39e7dcfe81e6ee0b740ca48da12eced4a025b5d8 (diff)
downloadportage-c88960470151c8737595b838acefdedc8be2ac2a.tar.gz
portage-c88960470151c8737595b838acefdedc8be2ac2a.tar.bz2
portage-c88960470151c8737595b838acefdedc8be2ac2a.zip
Bump EAPI from 0 to 1 and fix eapi_is_supported() so that
it works properly with both 0 and 1. (trunk r7909) svn path=/main/branches/2.1.2/; revision=7932
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 8eea0faba..f29e7b6b7 100644
--- a/pym/portage_const.py
+++ b/pym/portage_const.py
@@ -55,7 +55,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"]