commit: fd7baa88746733ac688df924a4c7c14c7f463a15 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Mar 24 23:30:21 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Mar 24 23:30:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7baa88
app-emulation/86Box: drop dinput Closes: https://bugs.gentoo.org/927751 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-emulation/86Box/{86Box-4.1.1.ebuild => 86Box-4.1.1-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-emulation/86Box/86Box-4.1.1.ebuild b/app-emulation/86Box/86Box-4.1.1-r1.ebuild similarity index 94% rename from app-emulation/86Box/86Box-4.1.1.ebuild rename to app-emulation/86Box/86Box-4.1.1-r1.ebuild index 45d6114f04fe..1acbe1d341bd 100644 --- a/app-emulation/86Box/86Box-4.1.1.ebuild +++ b/app-emulation/86Box/86Box-4.1.1-r1.ebuild @@ -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 experimental +fluidsynth +munt new-dynarec +openal qt5 +qt6 +threads" +IUSE="experimental +fluidsynth +munt new-dynarec +openal qt5 +qt6 +threads" DEPEND=" app-emulation/faudio @@ -60,7 +60,6 @@ src_configure() { local mycmakeargs=( -DCPPTHREADS="$(usex threads)" -DDEV_BRANCH="$(usex experimental)" - -DDINPUT="$(usex dinput)" -DDYNAREC="ON" -DMUNT_EXTERNAL="$(usex munt)" -DFLUIDSYNTH="$(usex fluidsynth)"
