commit:     1500006042572b18ca066cb6a816609c22ce90a0
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 23:34:58 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 23:48:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15000060

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 <AT> gentoo.org>

 app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild  | 7 -------
 app-emulation/vkd3d-proton/vkd3d-proton-2.7.ebuild  | 7 -------
 app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild | 7 -------
 3 files changed, 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
 }

Reply via email to