diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-09-01 19:24:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-09-01 19:24:10 +0100 |
commit | b052fbf151106a4f47cac7fdf0ffff983decb773 (patch) | |
tree | 5d21279a4eeaf4076caee87654b610a0fe8a4051 /profiles/arch | |
parent | c3b55a6be7da027d97d8aef00ef88c3011121a42 (diff) |
gentoo auto-resync : 01:09:2022 - 19:24:10
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/arm/package.use.force | 7 | ||||
-rw-r--r-- | profiles/arch/arm64/package.use.force | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/profiles/arch/arm/package.use.force b/profiles/arch/arm/package.use.force index e6ca6de1aefb..12be1ef6aeae 100644 --- a/profiles/arch/arm/package.use.force +++ b/profiles/arch/arm/package.use.force @@ -1,6 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro <matoro_gentoo@matoro.tk> (2022-08-31) +# GHC does not gain native codegen for arm until 9.2. +# We don't want an unregisterised build, so force LLVM codegen. +dev-lang/ghc:0/9.0.2 llvm + # Thomas Deutschmann <whissi@gentoo.org> (2021-05-11) # Satisfy REQUIRED_USE on arm app-emulation/xen debug diff --git a/profiles/arch/arm64/package.use.force b/profiles/arch/arm64/package.use.force index 90e884f46c82..4392200bf91a 100644 --- a/profiles/arch/arm64/package.use.force +++ b/profiles/arch/arm64/package.use.force @@ -1,6 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro <matoro_gentoo@matoro.tk> (2022-08-31) +# GHC does not gain native codegen for arm64 until 9.2. +# We don't want an unregisterised build, so force LLVM codegen. +dev-lang/ghc:0/9.0.2 llvm + # Michał Górny <mgorny@gentoo.org> (2021-02-19) # We have ready-to-use configs here. sys-kernel/gentoo-kernel -savedconfig |