diff options
author | 2021-01-06 13:15:44 +0100 | |
---|---|---|
committer | 2021-01-06 13:41:35 +0100 | |
commit | e87e3e93acdb67dd5968a17a627e55884f965c7c (patch) | |
tree | 8db93ff8a16b5731e5779aca2e05f32d0467265f /virtual/libffi | |
parent | virtual/libcrypt: drop x86-macos (diff) | |
download | gentoo-e87e3e93acdb67dd5968a17a627e55884f965c7c.tar.gz gentoo-e87e3e93acdb67dd5968a17a627e55884f965c7c.tar.bz2 gentoo-e87e3e93acdb67dd5968a17a627e55884f965c7c.zip |
virtual/libffi: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'virtual/libffi')
-rw-r--r-- | virtual/libffi/libffi-3.3_rc0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/libffi/libffi-3.3_rc0.ebuild b/virtual/libffi/libffi-3.3_rc0.ebuild index 7bbf1ce9fa34..968552a7ca86 100644 --- a/virtual/libffi/libffi-3.3_rc0.ebuild +++ b/virtual/libffi/libffi-3.3_rc0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # The purpose of this ebuild is to provide quick fallback if and when we need to @@ -10,6 +10,6 @@ inherit multilib-build DESCRIPTION="A virtual for the Foreign Function Interface implementation" SLOT="0/7" # SONAME=libffi.so.7 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=">=dev-libs/libffi-3.3_rc0:0/7[${MULTILIB_USEDEP}]" |