diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-10-22 23:49:09 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-10-22 23:49:09 +0100 |
commit | 4fbc508dac37ab5fbd927cc5ccb6d10f69609728 (patch) | |
tree | 2dc76faa21e050c02915fbb77278902ab282793c /app-emulation | |
parent | profiles: Mask app-emulation/fs-uae[jit] except on amd64 and x86 (diff) | |
download | gentoo-4fbc508dac37ab5fbd927cc5ccb6d10f69609728.tar.gz gentoo-4fbc508dac37ab5fbd927cc5ccb6d10f69609728.tar.bz2 gentoo-4fbc508dac37ab5fbd927cc5ccb6d10f69609728.zip |
app-emulation/fs-uae: Add jit USE flag to 3.1.35
This is masked, except on amd64 and x86.
Closes: https://bugs.gentoo.org/819540
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/fs-uae/fs-uae-3.1.35.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/fs-uae/fs-uae-3.1.35.ebuild b/app-emulation/fs-uae/fs-uae-3.1.35.ebuild index be1afebd83dd..a643f51dcaab 100644 --- a/app-emulation/fs-uae/fs-uae-3.1.35.ebuild +++ b/app-emulation/fs-uae/fs-uae-3.1.35.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://fs-uae.net/stable/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="fmv glew" +IUSE="fmv glew +jit" RDEPEND=" dev-libs/glib:2 @@ -71,8 +71,6 @@ src_configure() { --enable-drivesound \ --enable-fdi2raw \ --enable-gfxboard \ - --enable-jit \ - --enable-jit-fpu \ --disable-lua \ --enable-netplay \ --enable-ncr \ @@ -97,6 +95,8 @@ src_configure() { --without-cef \ --with-glad \ --without-qt \ + $(use_enable jit) \ + $(use_enable jit jit-fpu) \ $(use_with fmv libmpeg2) \ $(use_with glew) } |