Brian Harring wrote: > Round 3, fixed all uglyness. > You *will* see uglyness for the changeover from flat_list to flat_hash > if you're setting portdbapi.auxdbmodule to flat_hash, but that's a one > time hit, and is the reason we blow away the cache on portage > upgrades. > > Either way, full patch, just correction of a few instances where it > user visible warnings were popping up, but not required. > ~harring > I have created a patch for forward compatibility with arbitrary EAPI strings. The only change is to substitute an integer constant EAPI_UNRECOGNIZED whenever an unrecognized string is encountered. Zac