diff options
author | 2020-05-02 10:36:39 +0000 | |
---|---|---|
committer | 2020-05-02 10:36:39 +0000 | |
commit | b2cedb3dddf9d09a0d5552ecd083799d6e62833d (patch) | |
tree | 00c2b3e8f893c78b0936b4cabe1a6d665b551e19 /profiles | |
parent | 2020-05-02 10:10:34 UTC (diff) | |
parent | profiles: remove more SuperH references (diff) | |
download | gentoo-b2cedb3dddf9d09a0d5552ecd083799d6e62833d.tar.gz gentoo-b2cedb3dddf9d09a0d5552ecd083799d6e62833d.tar.bz2 gentoo-b2cedb3dddf9d09a0d5552ecd083799d6e62833d.zip |
Merge updates from master
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/base/make.defaults | 2 | ||||
-rw-r--r-- | profiles/arch/ia64/package.mask | 7 | ||||
-rw-r--r-- | profiles/embedded/make.defaults | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/profiles/arch/base/make.defaults b/profiles/arch/base/make.defaults index 81f92b89ebe5..0470aeb57c3a 100644 --- a/profiles/arch/base/make.defaults +++ b/profiles/arch/base/make.defaults @@ -3,6 +3,6 @@ USE_EXPAND_UNPREFIXED="ARCH" USE_EXPAND_IMPLICIT="ARCH" -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 sh sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x64-winnt x86 x86-cygwin 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 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-cygwin x86-fbsd x86-linux x86-macos x86-solaris x86-winnt" PROFILE_ONLY_VARIABLES="${PROFILE_ONLY_VARIABLES} ARCH USE_EXPAND_VALUES_ARCH" diff --git a/profiles/arch/ia64/package.mask b/profiles/arch/ia64/package.mask new file mode 100644 index 000000000000..fbab1e843e78 --- /dev/null +++ b/profiles/arch/ia64/package.mask @@ -0,0 +1,7 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sergei Trofimovich <slyfox@gentoo.org> (2020-05-02) +# greenlet needs arch-specific stack switching code. There is no ia64 port. +dev-python/greenlet +virtual/python-greenlet diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults index c6dc06a3c23b..d7d601e655c9 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 s390 sh sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x64-winnt x86 x86-cygwin 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 m68k-mint mips ppc ppc64 ppc64-linux ppc-aix ppc-macos s390 sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x64-winnt x86 x86-cygwin 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" |