Skip to content

Commit

Permalink
app-benchmarks/iozone: remove x86-fbsd
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jan 5, 2022
1 parent 7d6df68 commit b4b0403
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions app-benchmarks/iozone/iozone-3.471.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -18,7 +18,7 @@ EAPI=6
# -> openbsd (32bit) <-
# -> openbsd-threads (32bit) <-
#
# ~ia64 ~s390 alpha(?) x86-fbsd
# ~ia64 ~s390 alpha(?)

inherit toolchain-funcs

Expand Down Expand Up @@ -50,7 +50,6 @@ src_configure() {
amd64) PLATFORM="linux-AMD64";;
ia64) PLATFORM="linux-ia64";;
s390) PLATFORM="linux-S390";;
x86-fbsd) PLATFORM="freebsd";;
*) PLATFORM="linux-${ARCH}";;
esac
}
Expand Down
5 changes: 2 additions & 3 deletions app-benchmarks/iozone/iozone-3.484.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
Expand All @@ -18,7 +18,7 @@ EAPI="7"
# -> openbsd (32bit) <-
# -> openbsd-threads (32bit) <-
#
# ~ia64 ~s390 alpha(?) x86-fbsd
# ~ia64 ~s390 alpha(?)

inherit toolchain-funcs

Expand Down Expand Up @@ -50,7 +50,6 @@ src_configure() {
amd64) PLATFORM="linux-AMD64";;
ia64) PLATFORM="linux-ia64";;
s390) PLATFORM="linux-S390";;
x86-fbsd) PLATFORM="freebsd";;
*) PLATFORM="linux-${ARCH}";;
esac
}
Expand Down
5 changes: 2 additions & 3 deletions app-benchmarks/iozone/iozone-3.487.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
Expand All @@ -18,7 +18,7 @@ EAPI="7"
# -> openbsd (32bit) <-
# -> openbsd-threads (32bit) <-
#
# ~ia64 ~s390 alpha(?) x86-fbsd
# ~ia64 ~s390 alpha(?)

inherit toolchain-funcs

Expand Down Expand Up @@ -50,7 +50,6 @@ src_configure() {
amd64) PLATFORM="linux-AMD64";;
ia64) PLATFORM="linux-ia64";;
s390) PLATFORM="linux-S390";;
x86-fbsd) PLATFORM="freebsd";;
*) PLATFORM="linux-${ARCH}";;
esac
}
Expand Down

0 comments on commit b4b0403

Please sign in to comment.