From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 921D31382C5 for ; Fri, 19 Jun 2020 01:33:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7763E096A; Fri, 19 Jun 2020 01:33:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E608E096A for ; Fri, 19 Jun 2020 01:33:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3390A34F3FC for ; Fri, 19 Jun 2020 01:33:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9268524C for ; Fri, 19 Jun 2020 01:33:30 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1592530379.3f87fecc2cc53a8d47522cffaa5008666b688c4b.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/powerpc/, profiles/arch/arm64/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/package.use.force profiles/arch/arm/package.use.force profiles/arch/arm64/package.use.force profiles/arch/powerpc/package.use.force profiles/arch/x86/package.use.force X-VCS-Directories: profiles/arch/arm/ profiles/arch/arm64/ profiles/arch/x86/ profiles/arch/amd64/ profiles/arch/powerpc/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 3f87fecc2cc53a8d47522cffaa5008666b688c4b X-VCS-Branch: master Date: Fri, 19 Jun 2020 01:33:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c8e03fa-a5d7-4483-8c0b-bfd3dbd0f5be X-Archives-Hash: 2e6bb95ae3163924c06d9e7e99ad8bc0 commit: 3f87fecc2cc53a8d47522cffaa5008666b688c4b Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Jun 19 01:17:53 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Jun 19 01:32:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f87fecc profiles/arch/{amd64,arm,arm64,powerpc,x86}: force keystone llvm targets Issue: https://github.com/gentoo/gentoo/pull/11828 Signed-off-by: Georgy Yakovlev gentoo.org> profiles/arch/amd64/package.use.force | 4 ++++ profiles/arch/arm/package.use.force | 4 ++++ profiles/arch/arm64/package.use.force | 4 ++++ profiles/arch/powerpc/package.use.force | 4 ++++ profiles/arch/x86/package.use.force | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/profiles/arch/amd64/package.use.force b/profiles/arch/amd64/package.use.force index f678b290910..1a044e07e74 100644 --- a/profiles/arch/amd64/package.use.force +++ b/profiles/arch/amd64/package.use.force @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Georgy Yakovlev (2020-06-18) +# Force host target +dev-libs/keystone llvm_targets_X86 + # Michał Górny (2017-12-30) # We have ready-to-use configs here. sys-kernel/gentoo-kernel -savedconfig diff --git a/profiles/arch/arm/package.use.force b/profiles/arch/arm/package.use.force index 7efbbdad1e8..db3826895aa 100644 --- a/profiles/arch/arm/package.use.force +++ b/profiles/arch/arm/package.use.force @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Georgy Yakovlev (2020-06-18) +# Force host target +dev-libs/keystone llvm_targets_ARM + # Georgy Yakovlev (2019-02-16) # Force the host target dev-lang/rust llvm_targets_ARM diff --git a/profiles/arch/arm64/package.use.force b/profiles/arch/arm64/package.use.force index 357a73151c3..503325f879d 100644 --- a/profiles/arch/arm64/package.use.force +++ b/profiles/arch/arm64/package.use.force @@ -1,6 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Georgy Yakovlev (2020-06-18) +# Force host target +dev-libs/keystone llvm_targets_AArch64 + # Aaron Bauman (2019-12-27) # ffmpeg does support 64 bit neon media-video/ffmpeg cpu_flags_arm_neon diff --git a/profiles/arch/powerpc/package.use.force b/profiles/arch/powerpc/package.use.force index fad88c19802..2f00ba841d8 100644 --- a/profiles/arch/powerpc/package.use.force +++ b/profiles/arch/powerpc/package.use.force @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Georgy Yakovlev (2020-06-18) +# Force host target +dev-libs/keystone llvm_targets_PowerPC + # Luke Dashjr (2019-09-21) # iasl is stable on ppc sys-firmware/seabios -binary diff --git a/profiles/arch/x86/package.use.force b/profiles/arch/x86/package.use.force index 1117471392c..419fe7152f2 100644 --- a/profiles/arch/x86/package.use.force +++ b/profiles/arch/x86/package.use.force @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Georgy Yakovlev (2020-06-18) +# Force host target +dev-libs/keystone llvm_targets_X86 + # Michał Górny (2017-12-30) # We have ready-to-use configs here. sys-kernel/gentoo-kernel -savedconfig