From c88960470151c8737595b838acefdedc8be2ac2a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 5 Oct 2007 02:46:25 +0000 Subject: 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 --- pym/portage_const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage_const.py') 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"] -- cgit v1.2.3-1-g7c22