summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-05-01 07:10:35 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-05-01 07:17:15 -0400
commit8f475bdc80a25ff7fc5b631afa9f5392126c7e43 (patch)
treee6628f5647516305cec7e76c8746344166935856 /app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
parentdev-util/catalyst: enable py3.11 (diff)
downloadgentoo-8f475bdc80a25ff7fc5b631afa9f5392126c7e43.tar.gz
gentoo-8f475bdc80a25ff7fc5b631afa9f5392126c7e43.tar.bz2
gentoo-8f475bdc80a25ff7fc5b631afa9f5392126c7e43.zip
app-emulation/wine-vanilla: allow dosbox-staging alternative
Albeit considered removing this USE altogether before (optfeature). Kept it mostly because of how long it's been there, may revisit this eventually (in wine-proton it's already gone and is not even mentioned given Wine itself will advertise it if attempt to use dos). Not really worth a revbump, ultimately a user could just USE=-dos and install whichever they want too. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla/wine-vanilla-9999.ebuild')
-rw-r--r--app-emulation/wine-vanilla/wine-vanilla-9999.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
index 9d33f21d9645..b8ac1a27c65a 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
@@ -97,7 +97,12 @@ WINE_COMMON_DEPEND="
RDEPEND="
${WINE_COMMON_DEPEND}
app-emulation/wine-desktop-common
- dos? ( games-emulation/dosbox )
+ dos? (
+ || (
+ games-emulation/dosbox
+ games-emulation/dosbox-staging
+ )
+ )
gecko? ( app-emulation/wine-gecko:${WINE_GECKO}[${MULTILIB_USEDEP}] )
gstreamer? ( media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}] )
mono? ( app-emulation/wine-mono:${WINE_MONO} )