summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-06-27 07:52:14 +0200
committerMichał Górny <mgorny@gentoo.org>2016-06-27 07:58:14 +0200
commit81c226e451be564a545696f93fc5880ebc160812 (patch)
treee13e2d45c7fdc7425b82ff92e27e264857ed2570 /eclass/tests/toolchain-funcs.sh
parentmedia-video/qgifer: fix deps and doc path, EAPI bump (diff)
downloadgentoo-81c226e451be564a545696f93fc5880ebc160812.tar.gz
gentoo-81c226e451be564a545696f93fc5880ebc160812.tar.bz2
gentoo-81c226e451be564a545696f93fc5880ebc160812.zip
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.
Diffstat (limited to 'eclass/tests/toolchain-funcs.sh')
-rwxr-xr-xeclass/tests/toolchain-funcs.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/eclass/tests/toolchain-funcs.sh b/eclass/tests/toolchain-funcs.sh
index e6a15389c913..bfbe26f25c33 100755
--- a/eclass/tests/toolchain-funcs.sh
+++ b/eclass/tests/toolchain-funcs.sh
@@ -25,13 +25,6 @@ test-tc-arch-kernel() {
done
return ${ret}
}
-tbegin "tc-arch-kernel() (KV=2.6.0)"
-test-tc-arch-kernel 2.6.0 \
- alpha arm{,eb}:arm avr32 bfin:blackfin cris hppa:parisc \
- i{3..6}86:i386 ia64 m68k mips{,eb}:mips nios2 powerpc:ppc powerpc64:ppc64 \
- s390{,x}:s390 sh{1..4}{,eb}:sh sparc{,64} vax x86_64 \
- i{3..6}86-gentoo-freebsd:i386
-tend $?
tbegin "tc-arch-kernel() (KV=2.6.30)"
test-tc-arch-kernel 2.6.30 \
i{3..6}86:x86 x86_64:x86 \