diff options
author | 2022-05-21 00:05:21 -0400 | |
---|---|---|
committer | 2022-05-21 00:05:25 -0400 | |
commit | 44e077c5adb80720cca52fe9cdcd886a9015e940 (patch) | |
tree | d41c0c3bf7fd63b4a14ba372bc896397933dbb58 /app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | |
parent | x11-drivers/nvidia-drivers: sync minor nitpick in 390 branch (diff) | |
download | gentoo-44e077c5adb80720cca52fe9cdcd886a9015e940.tar.gz gentoo-44e077c5adb80720cca52fe9cdcd886a9015e940.tar.bz2 gentoo-44e077c5adb80720cca52fe9cdcd886a9015e940.zip |
app-emulation/wine-vanilla: don't pull toolchain with USE=-mingw
Oversight due to copying from other ebuilds which always need it.
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.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index 6793bf6d1852..40974d38a1ce 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -50,7 +50,7 @@ RESTRICT="test" BDEPEND="sys-devel/flex virtual/yacc virtual/pkgconfig - !crossdev-mingw? ( dev-util/mingw64-toolchain[${MULTILIB_USEDEP}] )" + mingw? ( !crossdev-mingw? ( dev-util/mingw64-toolchain[${MULTILIB_USEDEP}] ) )" COMMON_DEPEND=" X? ( |