diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-06 21:17:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-06 21:18:23 +0200 |
commit | 490b46ae2f88be85ead35ab53a08eca12377a707 (patch) | |
tree | ddf999c62831b5302c8d62bdabc81b05e58efaf2 /sys-libs | |
parent | dev-util/lldb: Add keywords to 15.0.0 (diff) | |
download | gentoo-490b46ae2f88be85ead35ab53a08eca12377a707.tar.gz gentoo-490b46ae2f88be85ead35ab53a08eca12377a707.tar.bz2 gentoo-490b46ae2f88be85ead35ab53a08eca12377a707.zip |
sys-libs/compiler-rt: Add keywords to 15.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild b/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild index 7494f684550b..f4fd6ab4b702 100644 --- a/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="$(ver_cut 1-3)" -KEYWORDS="" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos ~x64-macos" IUSE="+abi_x86_32 abi_x86_64 +clang debug test" RESTRICT="!test? ( test ) !clang? ( test )" |