diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-11-10 18:36:51 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-11-10 18:48:26 -0500 |
commit | 35245a310560ca4f4d8b244624a82295838ffc58 (patch) | |
tree | 0bb7a645dc7550e0ffe665210ee641c643a21933 /app-emulation/dxvk | |
parent | app-emulation/vkd3d-proton: cleanup wine check (diff) | |
download | gentoo-35245a310560ca4f4d8b244624a82295838ffc58.tar.gz gentoo-35245a310560ca4f4d8b244624a82295838ffc58.tar.bz2 gentoo-35245a310560ca4f4d8b244624a82295838ffc58.zip |
app-emulation/dxvk: cleanup wine check in old too
Does not really feel useful, ultimately this can be used in
many ways (including custom wines, or perhaps not even wine)
and trying to check does not mean much.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/dxvk')
-rw-r--r-- | app-emulation/dxvk/dxvk-1.10.3.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app-emulation/dxvk/dxvk-1.10.3.ebuild b/app-emulation/dxvk/dxvk-1.10.3.ebuild index bed7e219a145..e69d7600dc0b 100644 --- a/app-emulation/dxvk/dxvk-1.10.3.ebuild +++ b/app-emulation/dxvk/dxvk-1.10.3.ebuild @@ -130,11 +130,4 @@ pkg_postinst() { elog "Also, if you were using /etc/${PN}.conf, ${PN} is no longer patched to load" elog "it. See ${EROOT}/usr/share/doc/${PF}/README.md* for handling configs." fi - - # don't try to keep wine-*[vulkan] in RDEPEND, but still give a warning - local wine - for wine in app-emulation/wine-{vanilla,staging}; do - has_version ${wine} && ! has_version ${wine}[vulkan] && - ewarn "${wine} was not built with USE=vulkan, ${PN} will not be usable with it" - done } |