diff options
author | 2020-12-27 20:31:54 +0100 | |
---|---|---|
committer | 2020-12-27 20:31:54 +0100 | |
commit | 88acbf9727f015cd5c0feea9c61d6dcd8dd232a7 (patch) | |
tree | afd704636caa49b5b532ebea340f4b5aef02a08c /profiles/profiles.desc | |
parent | eclass/*: drop ppc-aix m68k-mint (diff) | |
download | gentoo-88acbf9727f015cd5c0feea9c61d6dcd8dd232a7.tar.gz gentoo-88acbf9727f015cd5c0feea9c61d6dcd8dd232a7.tar.bz2 gentoo-88acbf9727f015cd5c0feea9c61d6dcd8dd232a7.zip |
profiles: drop ppc-aix, m68k-mint
This marks the end of an era of fun. From now on, the Prefix
keywords/targets ppc-aix and m68k-mint are no more.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/profiles.desc')
-rw-r--r-- | profiles/profiles.desc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 46295140523b..eaeebb81c3dd 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -324,13 +324,6 @@ sparc64-solaris prefix/sunos/solaris/5.11/sparc64 exp x86-solaris prefix/sunos/solaris/5.11/x86 exp x64-solaris prefix/sunos/solaris/5.11/x64 exp -# AIX Profiles -ppc-aix prefix/aix/5.2.0.0/ppc exp -ppc-aix prefix/aix/5.3.0.0/ppc exp -ppc-aix prefix/aix/6.1.0.0/ppc exp -ppc-aix prefix/aix/7.1.0.0/ppc exp -ppc-aix prefix/aix/7.2.0.0/ppc exp - # Windows Profiles x86-winnt prefix/windows/winnt/x86 exp x64-winnt prefix/windows/winnt/x64 exp @@ -338,7 +331,4 @@ x64-winnt prefix/windows/winnt/x64 exp # Cygwin Profiles x64-cygwin prefix/windows/cygwin/x64 exp -# FreeMiNT -m68k-mint prefix/mint/m68k exp - # vim: set ts=8 noet ft=conf: |