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 C2369138334 for ; Tue, 10 Dec 2019 21:38:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB298E08FB; Tue, 10 Dec 2019 21:38:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BA6F9E08FB for ; Tue, 10 Dec 2019 21:38:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AC70C34D916 for ; Tue, 10 Dec 2019 21:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6276989F for ; Tue, 10 Dec 2019 21:38:37 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1576013887.bc089d4cd54dc2f663f2a1c27bfc5dbde70a576c.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/package.use.mask profiles/arch/x86/package.use.mask profiles/base/package.use.mask X-VCS-Directories: profiles/arch/amd64/ profiles/arch/x86/ profiles/base/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: bc089d4cd54dc2f663f2a1c27bfc5dbde70a576c X-VCS-Branch: master Date: Tue, 10 Dec 2019 21:38:37 +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: 2b4b473d-bf40-47f9-8b0a-e4dc17144c03 X-Archives-Hash: e5f240e2e5e378d94ccd8618b7852726 commit: bc089d4cd54dc2f663f2a1c27bfc5dbde70a576c Author: James Le Cuirot gentoo org> AuthorDate: Tue Dec 3 10:19:41 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Dec 10 21:38:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc089d4c profiles: Mask app-emulation/aranym[jit] except on amd64/x86 Signed-off-by: James Le Cuirot gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ++++ profiles/base/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 5e501472e17..4b1be845a52 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# James Le Cuirot (2019-12-10) +# The JIT feature only works on amd64 and x86. +app-emulation/aranym -jit + # Thomas Deutschmann (2019-11-11) # dev-python/pandas is keyworded for amd64 sys-block/fio -gnuplot diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 87f3ad7277e..52adc16c09c 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,10 @@ # This file requires >=portage-2.1.1 +# James Le Cuirot (2019-12-10) +# The JIT feature only works on amd64 and x86. +app-emulation/aranym -jit + # Andreas Sturmlechner (2019-11-20) # media-libs/libplacebo is keyworded on x86 media-video/vlc -libplacebo diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index acb76010e4e..396b6fe3a78 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# James Le Cuirot (2019-12-10) +# The JIT feature only works on amd64 and x86. +app-emulation/aranym jit + # Andreas Sturmlechner (2019-12-07) # dev-python/flask-cors is PMASKED. media-sound/beets webserver