diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:15:14 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:41:35 +0100 |
commit | d3420fd22be32b6095a20dbb238332e945286892 (patch) | |
tree | 5e29f7816420c5096f6f98c028d011f70054ede2 /virtual/libc | |
parent | virtual/latex-base: drop x86-macos (diff) | |
download | gentoo-d3420fd22be32b6095a20dbb238332e945286892.tar.gz gentoo-d3420fd22be32b6095a20dbb238332e945286892.tar.bz2 gentoo-d3420fd22be32b6095a20dbb238332e945286892.zip |
virtual/libc: 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/libc')
-rw-r--r-- | virtual/libc/libc-1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/libc/libc-1-r1.ebuild b/virtual/libc/libc-1-r1.ebuild index d009e8850d21..81a326f38cc9 100644 --- a/virtual/libc/libc-1-r1.ebuild +++ b/virtual/libc/libc-1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Virtual for the C library" SLOT="0" -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" # explicitly depend on SLOT 2.2 of glibc, because it sets # a different SLOT for cross-compiling |