diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-10-22 23:47:47 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-10-22 23:47:47 +0100 |
commit | 690e23751563df72eb48777bd7214dc8c0a5255c (patch) | |
tree | 8d0a65cc5fa552ed1ef05944805d783e81a78eac /profiles | |
parent | profiles: Move a couple of package.use.mask entries into arch (diff) | |
download | gentoo-690e23751563df72eb48777bd7214dc8c0a5255c.tar.gz gentoo-690e23751563df72eb48777bd7214dc8c0a5255c.tar.bz2 gentoo-690e23751563df72eb48777bd7214dc8c0a5255c.zip |
profiles: Mask app-emulation/fs-uae[jit] except on amd64 and x86
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 7498557f1796..f664687b9b9c 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 <chewi@gentoo.org> (2021-10-22) +# The JIT feature only works on amd64 and x86. +app-emulation/fs-uae -jit + # Marek Szuba <marecki@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 f8c1f0e17510..b286847139d8 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 <chewi@gentoo.org> (2021-10-22) +# Only available on some architectures. +app-emulation/fs-uae jit + # Lars Wendler <polynomial-c@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 f6a56f5514de..bc9f5bce2d66 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 <chewi@gentoo.org> (2021-10-22) +# The JIT feature only works on amd64 and x86. +app-emulation/fs-uae -jit + # Marek Szuba <marecki@gentoo.org> (2021-10-10) # Does work on amd64 and x86 x11-misc/read-edid -vbe-mode |