toolchain-funcs.eclass: tc-ninja_magic_to_arch, remove old KV support
authorMichał Górny <mgorny@gentoo.org>
Mon, 27 Jun 2016 05:52:14 +0000 (07:52 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 27 Jun 2016 05:58:14 +0000 (07:58 +0200)
commit81c226e451be564a545696f93fc5880ebc160812
treee13e2d45c7fdc7425b82ff92e27e264857ed2570
parentfaeddcb8b86ab72b5c2a428e400faad48a9dbd7b
toolchain-funcs.eclass: tc-ninja_magic_to_arch, remove old KV support

Remove the support for old kernel versions that are no longer used
in Gentoo, and rely on KV_to_int() function. This functions is provided
by Portage but not listed in PMS. Furthermore, for a long time Portage
replaced it with 'return 1' in global scope, so they did not really work
as expected anyway.
eclass/tests/toolchain-funcs.sh
eclass/toolchain-funcs.eclass