diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-12-04 16:25:21 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-12-04 17:24:18 +0300 |
commit | 703616d72ab6489e15fc5d000e0bc92ab2e36ddb (patch) | |
tree | db5017f5a9e3c2f2c16f22165caee76f87938642 /sys-libs | |
parent | sys-devel/clang-common: Keyword 11.0.0 riscv, #756115 (diff) | |
download | gentoo-703616d72ab6489e15fc5d000e0bc92ab2e36ddb.tar.gz gentoo-703616d72ab6489e15fc5d000e0bc92ab2e36ddb.tar.bz2 gentoo-703616d72ab6489e15fc5d000e0bc92ab2e36ddb.zip |
sys-libs/compiler-rt: Keyword 11.0.0 riscv, #756115
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-11.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-11.0.0.ebuild b/sys-libs/compiler-rt/compiler-rt-11.0.0.ebuild index c5e86123d2a3..ae00599b1645 100644 --- a/sys-libs/compiler-rt/compiler-rt-11.0.0.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-11.0.0.ebuild @@ -13,7 +13,7 @@ llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="$(ver_cut 1-3)" -KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |