diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-11-10 18:34:58 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-11-10 18:48:26 -0500 |
commit | 1500006042572b18ca066cb6a816609c22ce90a0 (patch) | |
tree | acc3aff9f6c3314c3e05b5a1655f4d3c0c9c71b7 /app-emulation | |
parent | app-emulation/dxvk: sync live (diff) | |
download | gentoo-1500006042572b18ca066cb6a816609c22ce90a0.tar.gz gentoo-1500006042572b18ca066cb6a816609c22ce90a0.tar.bz2 gentoo-1500006042572b18ca066cb6a816609c22ce90a0.zip |
app-emulation/vkd3d-proton: cleanup wine check
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')
-rw-r--r-- | app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild | 7 | ||||
-rw-r--r-- | app-emulation/vkd3d-proton/vkd3d-proton-2.7.ebuild | 7 | ||||
-rw-r--r-- | app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild | 7 |
3 files changed, 0 insertions, 21 deletions
diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild b/app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild index e1fb77d5a968..fad3b13cc6c6 100644 --- a/app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild +++ b/app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild @@ -157,11 +157,4 @@ pkg_postinst() { elog elog "See ${EROOT}/usr/share/doc/${PF}/README.md* for details." 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 } diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-2.7.ebuild b/app-emulation/vkd3d-proton/vkd3d-proton-2.7.ebuild index c811046e551a..5a33b6e7850c 100644 --- a/app-emulation/vkd3d-proton/vkd3d-proton-2.7.ebuild +++ b/app-emulation/vkd3d-proton/vkd3d-proton-2.7.ebuild @@ -162,11 +162,4 @@ pkg_postinst() { elog elog "See ${EROOT}/usr/share/doc/${PF}/README.md* for details." 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 } diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild b/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild index 43ceb602df36..9bdbc904dc8e 100644 --- a/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild +++ b/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild @@ -164,11 +164,4 @@ pkg_postinst() { elog elog "See ${EROOT}/usr/share/doc/${PF}/README.md* for details." 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 } |