diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-27 20:31:54 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-27 20:31:54 +0100 |
commit | 88acbf9727f015cd5c0feea9c61d6dcd8dd232a7 (patch) | |
tree | afd704636caa49b5b532ebea340f4b5aef02a08c /profiles/embedded | |
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/embedded')
-rw-r--r-- | profiles/embedded/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults index 43106d8c28e4..d31cb0f7172b 100644 --- a/profiles/embedded/make.defaults +++ b/profiles/embedded/make.defaults @@ -23,7 +23,7 @@ LINGUAS="en" IUSE_IMPLICIT="prefix prefix-guest prefix-stack" USE_EXPAND_UNPREFIXED="ARCH" USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND" -USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm64 hppa ia64 m68k m68k-mint mips ppc ppc64 ppc64-linux ppc-aix ppc-macos riscv s390 sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x64-winnt x86 x86-fbsd x86-linux x86-macos x86-solaris x86-winnt" +USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm64 hppa ia64 m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x64-winnt x86 x86-fbsd x86-linux x86-macos x86-solaris x86-winnt" USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw mintlib musl NetBSD OpenBSD SunOS uclibc Winnt" USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt" USE_EXPAND_VALUES_USERLAND="BSD GNU" |