commit: bdf58d1b78c87d611a4831ca54847e407ddbb408 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun May 1 20:10:37 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 1 20:10:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf58d1b
profiles/arch/s390/s390x: add dev-lang/rust LLVM_TARGETS force for SystemZ Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/s390/s390x/package.use.force | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/arch/s390/s390x/package.use.force b/profiles/arch/s390/s390x/package.use.force index b1f0e838fe6c..54d9b2d19c6f 100644 --- a/profiles/arch/s390/s390x/package.use.force +++ b/profiles/arch/s390/s390x/package.use.force @@ -4,5 +4,6 @@ # Michał Górny <[email protected]> (2016-11-11) # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_SystemZ +dev-lang/rust llvm_targets_SystemZ sys-devel/clang llvm_targets_SystemZ sys-devel/llvm llvm_targets_SystemZ
