summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-06-12 17:37:07 +0200
committerUlrich Müller <ulm@gentoo.org>2024-06-12 18:47:34 +0200
commit8c8239bdffa74b2c12ff9bbb5c25d62947e9a0a2 (patch)
tree34a41bff7ba6cc2f2dacb473d3833b3dd5e15a59 /eclass/tests
parentpostgres-multi.eclass: Fix annotations (diff)
downloadgentoo-8c8239bdffa74b2c12ff9bbb5c25d62947e9a0a2.tar.gz
gentoo-8c8239bdffa74b2c12ff9bbb5c25d62947e9a0a2.tar.bz2
gentoo-8c8239bdffa74b2c12ff9bbb5c25d62947e9a0a2.zip
eclass/tests: Drop FreeBSD test from toolchain-funcs.sh
Prefix targets have been dropped from toolchain-funcs.eclass in commit cab79611b07c9eb. Update tests accordingly. Fixes: cab79611b07c9ebb795c6f65562ef72ba77550b1 Closes: https://bugs.gentoo.org/934150 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/tests')
-rwxr-xr-xeclass/tests/toolchain-funcs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/tests/toolchain-funcs.sh b/eclass/tests/toolchain-funcs.sh
index 08cfd74611aa..ee10ddf50c1e 100755
--- a/eclass/tests/toolchain-funcs.sh
+++ b/eclass/tests/toolchain-funcs.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -28,7 +28,7 @@ test-tc-arch-kernel() {
tbegin "tc-arch-kernel() (KV=2.6.30)"
test-tc-arch-kernel 2.6.30 \
i{3..6}86:x86 x86_64:x86 \
- powerpc{,64}:powerpc i{3..6}86-gentoo-freebsd:i386 \
+ powerpc{,64}:powerpc \
or1k:openrisc or1k-linux-musl:openrisc
tend $?