diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-12-03 10:19:41 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-12-10 21:38:07 +0000 |
commit | bc089d4cd54dc2f663f2a1c27bfc5dbde70a576c (patch) | |
tree | 5c68776e7c1a2d7604ab5b6ba6123d92ed6b42f1 /profiles | |
parent | net-misc/x2goserver: use xdg eclass (diff) | |
download | gentoo-bc089d4cd54dc2f663f2a1c27bfc5dbde70a576c.tar.gz gentoo-bc089d4cd54dc2f663f2a1c27bfc5dbde70a576c.tar.bz2 gentoo-bc089d4cd54dc2f663f2a1c27bfc5dbde70a576c.zip |
profiles: Mask app-emulation/aranym[jit] except on amd64/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/x86/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/base/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 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 <chewi@gentoo.org> (2019-12-10) +# The JIT feature only works on amd64 and x86. +app-emulation/aranym -jit + # Thomas Deutschmann <whissi@gentoo.org> (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 <chewi@gentoo.org> (2019-12-10) +# The JIT feature only works on amd64 and x86. +app-emulation/aranym -jit + # Andreas Sturmlechner <asturm@gentoo.org> (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 <chewi@gentoo.org> (2019-12-10) +# The JIT feature only works on amd64 and x86. +app-emulation/aranym jit + # Andreas Sturmlechner <asturm@gentoo.org> (2019-12-07) # dev-python/flask-cors is PMASKED. media-sound/beets webserver |