commit:     d2b939399465eff8c1775fdc410f67a42d2453ac
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 00:16:44 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 00:26:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b93939

app-emulation/86Box: always enable dynarec

Closes: https://bugs.gentoo.org/903881
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-emulation/86Box/86Box-3.11.ebuild | 6 +++---
 app-emulation/86Box/metadata.xml      | 1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-emulation/86Box/86Box-3.11.ebuild 
b/app-emulation/86Box/86Box-3.11.ebuild
index d4296a2489e3..1eb0faf7f95e 100644
--- a/app-emulation/86Box/86Box-3.11.ebuild
+++ b/app-emulation/86Box/86Box-3.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="dinput +dynarec experimental +fluidsynth +munt new-dynarec +openal +qt5 
+threads"
+IUSE="dinput experimental +fluidsynth +munt new-dynarec +openal +qt5 +threads"
 
 DEPEND="
        app-emulation/faudio
@@ -55,7 +55,7 @@ src_configure() {
                -DCPPTHREADS="$(usex threads)"
                -DDEV_BRANCH="$(usex experimental)"
                -DDINPUT="$(usex dinput)"
-               -DDYNAREC="$(usex dynarec)"
+               -DDYNAREC="ON"
                -DSLIRP_EXTERNAL="ON"
                -DMUNT_EXTERNAL="$(usex munt)"
                -DFLUIDSYNTH="$(usex fluidsynth)"

diff --git a/app-emulation/86Box/metadata.xml b/app-emulation/86Box/metadata.xml
index 40e447a8f2ff..a06647c003b6 100644
--- a/app-emulation/86Box/metadata.xml
+++ b/app-emulation/86Box/metadata.xml
@@ -12,7 +12,6 @@
        </longdescription>
        <use>
                <flag name="dinput">Enable legacy Dinput mode instead of Xinput 
for older controllers.</flag>
-               <flag name="dynarec">Enable dynamic recompiler, which should 
provide a better emulation speed.</flag>
                <flag name="experimental">Enable hardware from devbranch, which 
may be unstable or unusable.</flag>
                <flag name="fluidsynth">Enable MIDI support through 
<pkg>media-sound/fluidsynth</pkg>.</flag>
                <flag name="munt">Enable MIDI MT-32 support through 
<pkg>media-libs/munt-mt32emu</pkg>.</flag>

Reply via email to