commit:     690e23751563df72eb48777bd7214dc8c0a5255c
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 22 22:47:47 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Oct 22 22:47:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690e2375

profiles: Mask app-emulation/fs-uae[jit] except on amd64 and x86

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 profiles/arch/amd64/package.use.mask | 4 ++++
 profiles/arch/base/package.use.mask  | 4 ++++
 profiles/arch/x86/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 7498557f179..f664687b9b9 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 <ch...@gentoo.org> (2021-10-22)
+# The JIT feature only works on amd64 and x86.
+app-emulation/fs-uae -jit
+
 # Marek Szuba <mare...@gentoo.org> (2021-10-10)
 # Does work on amd64 and x86
 x11-misc/read-edid -vbe-mode

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index f8c1f0e1751..b286847139d 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# James Le Cuirot <ch...@gentoo.org> (2021-10-22)
+# Only available on some architectures.
+app-emulation/fs-uae jit
+
 # Lars Wendler <polynomia...@gentoo.org> (2021-08-27)
 # Lacks various keywords in media-libs/webrtc-audio-processing
 media-video/pipewire echo-cancel

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index f6a56f5514d..bc9f5bce2d6 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# James Le Cuirot <ch...@gentoo.org> (2021-10-22)
+# The JIT feature only works on amd64 and x86.
+app-emulation/fs-uae -jit
+
 # Marek Szuba <mare...@gentoo.org> (2021-10-10)
 # Does work on amd64 and x86
 x11-misc/read-edid -vbe-mode

Reply via email to