diff options
author | orbea <orbea@riseup.net> | 2024-07-19 08:49:01 -0700 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-07-22 08:45:08 +0300 |
commit | edd37504eb2b392d27558a4105ba24a56348d3ad (patch) | |
tree | adb443430ebb838f3d144db1895d4de5796cef35 | |
parent | games-emulation/rmg: new package, add 0.6.5, 9999 (diff) | |
download | gentoo-edd37504eb2b392d27558a4105ba24a56348d3ad.tar.gz gentoo-edd37504eb2b392d27558a4105ba24a56348d3ad.tar.bz2 gentoo-edd37504eb2b392d27558a4105ba24a56348d3ad.zip |
profiles: add masks for the dynarec USE for games-emulation/rmg
This is only supported upstream on amd64, arm, arm64 and x86.
Signed-off-by: orbea <orbea@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/35028
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/arm/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/arm64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 67bacefa97e1..2fae3b25f8ea 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# orbea <orbea@riseup.net> (2024-07-19) +# Unmask the dynarec flag which has amd64 asm. +games-emulation/rmg -dynarec + # Zen <dev@pyl.onl> (2024-07-01) # Unmask the ugrd flag for installkernel. It is keyworded here sys-kernel/installkernel -ugrd diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 00ccc9230454..5efa51f10a4e 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# orbea <orbea@riseup.net> (2024-07-19) +# Unmask the dynarec flag which has arm asm. +games-emulation/rmg -dynarec + # matoro <matoro_gentoo@matoro.tk> (2024-07-14) # Abandoned upstream, does not take bug reports, unsupported in Gentoo. # Only remaining use is as a requirement for dev-lang/go on arm{,64}. diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 7fe4facd47e8..d2412f80632d 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# orbea <orbea@riseup.net> (2024-07-19) +# Unmask the dynarec flag which has arm64 asm. +games-emulation/rmg -dynarec + # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-07-16) # Unmask the ugrd flag for installkernel. It is keyworded here sys-kernel/installkernel -ugrd diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 672e1e1ba48f..ddda1cc8f9a4 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# orbea <orbea@riseup.net> (2024-07-19) +# Unmask the dynarec flag which has x86 asm. +games-emulation/rmg -dynarec + # Matt Turner <mattst88@gentoo.org> (2024-07-17) # We only want to support spirv-llvm-translator >= 17 on x86, which is a # dependency of mesa. diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 6b773b625307..14a1400b0a9b 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# orbea <orbea@riseup.net> (2024-07-19) +# The dynarec is only supported upstream for amd64, arm, arm64 and x86. +games-emulation/rmg dynarec + # Maciej Mrozowski <reavertm@gentoo.org> (2024-07-14) # Fails with newer ffmpeg, bug #831486 # Not needed by reverse deps as of 2024-07-14. Re-enable when |