From bc089d4cd54dc2f663f2a1c27bfc5dbde70a576c Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Tue, 3 Dec 2019 10:19:41 +0000 Subject: [PATCH] profiles: Mask app-emulation/aranym[jit] except on amd64/x86 Signed-off-by: James Le Cuirot --- 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 5e501472e174..4b1be845a52d 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 87f3ad7277e7..52adc16c09c8 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 acb76010e4e0..396b6fe3a78a 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 -- 2.26.2