From 2925992453ab11cb51c94c371c62caf38b2df948 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 19 Jun 2023 07:14:21 +0000 Subject: [PATCH] eclass/meson: Sync with Gentoo It's from Gentoo commit ec7228748f83d7e603d187659b008d806a447026. --- .../src/third_party/portage-stable/eclass/meson.eclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/meson.eclass b/sdk_container/src/third_party/portage-stable/eclass/meson.eclass index 4dfa08ba55..2c274b2131 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/meson.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/meson.eclass @@ -112,10 +112,7 @@ _meson_get_machine_info() { # system roughly corresponds to uname -s (lowercase) case ${tuple} in - *-aix*) system=aix ;; - *-cygwin*) system=cygwin ;; *-darwin*) system=darwin ;; - *-freebsd*) system=freebsd ;; *-linux*) system=linux ;; mingw*|*-mingw*) system=windows ;; *-solaris*) system=sunos ;;