diff options
author | 2021-01-06 17:01:25 +0100 | |
---|---|---|
committer | 2021-01-06 17:02:45 +0100 | |
commit | 75712aea0939827c4efbd5b2eae81e29f66404e6 (patch) | |
tree | 00c34273a4f48cfa3ac13220554f80273e923a53 /profiles/profiles.desc | |
parent | profiles.mask: Mask new app-emulation/docker* (diff) | |
download | gentoo-75712aea0939827c4efbd5b2eae81e29f66404e6.tar.gz gentoo-75712aea0939827c4efbd5b2eae81e29f66404e6.tar.bz2 gentoo-75712aea0939827c4efbd5b2eae81e29f66404e6.zip |
profiles: drop x86-macos
Reality is, people having access to a machine that supports this are
rare, bootstrapping to such machines is broken, and even if it would
work, the usefulness is zero.
So drop it, 32-bits Intel macOS is dead.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/profiles.desc')
-rw-r--r-- | profiles/profiles.desc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 4509608ec419..b9e65d792de6 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -288,12 +288,9 @@ arm64-linux default/linux/arm64/17.0/prefix/kernel-3.2+ exp # Mac OS X Profiles ppc-macos prefix/darwin/macos/10.5/ppc/gcc exp -x86-macos prefix/darwin/macos/10.11/x86 exp x64-macos prefix/darwin/macos/10.11/x64 exp -x86-macos prefix/darwin/macos/10.13/x86 exp x64-macos prefix/darwin/macos/10.13/x64 exp x64-macos prefix/darwin/macos/10.13/x64/gcc exp -x86-macos prefix/darwin/macos/10.14/x86 exp x64-macos prefix/darwin/macos/10.14/x64 exp x64-macos prefix/darwin/macos/10.14/x64/gcc exp x64-macos prefix/darwin/macos/10.15/x64 exp |