diff options
author | 2019-05-04 01:58:33 +0300 | |
---|---|---|
committer | 2019-05-04 01:58:33 +0300 | |
commit | ee890681f67344e160c02266d8f73bd66147a7ed (patch) | |
tree | 8146e0404b9db6209ed838af718e6ae3deaed736 /virtual/libc | |
parent | sys-apps/file: Add ~riscv keyword (diff) | |
download | gentoo-ee890681f67344e160c02266d8f73bd66147a7ed.tar.gz gentoo-ee890681f67344e160c02266d8f73bd66147a7ed.tar.bz2 gentoo-ee890681f67344e160c02266d8f73bd66147a7ed.zip |
virtual/libc: Add ~riscv keyword
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'virtual/libc')
-rw-r--r-- | virtual/libc/libc-1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/libc/libc-1.ebuild b/virtual/libc/libc-1.ebuild index a55c00c799bf..b2dc8eec7de5 100644 --- a/virtual/libc/libc-1.ebuild +++ b/virtual/libc/libc-1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Virtual for the C library" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~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 |