diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-01-17 10:50:13 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-01-17 11:19:37 -0500 |
commit | 8dd5687bfa3b6e6a45d19f24e1e119ca03ec1dd2 (patch) | |
tree | ece6251ea2c1cc3e5dcbf00eec03f2163b66dde0 /app-emulation/wine-proton | |
parent | app-emulation/wine-staging: add ebuild comment tip for user patches (diff) | |
download | gentoo-8dd5687bfa3b6e6a45d19f24e1e119ca03ec1dd2.tar.gz gentoo-8dd5687bfa3b6e6a45d19f24e1e119ca03ec1dd2.tar.bz2 gentoo-8dd5687bfa3b6e6a45d19f24e1e119ca03ec1dd2.zip |
app-emulation/wine-proton: add ebuild comment tip for user patches
Closes: https://github.com/gentoo/gentoo/pull/34865
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-proton')
-rw-r--r-- | app-emulation/wine-proton/wine-proton-7.0.6.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine-proton/wine-proton-8.0.4.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine-proton/wine-proton-8.0.9999.ebuild | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/app-emulation/wine-proton/wine-proton-7.0.6.ebuild b/app-emulation/wine-proton/wine-proton-7.0.6.ebuild index 7e922c196988..b04f298e473a 100644 --- a/app-emulation/wine-proton/wine-proton-7.0.6.ebuild +++ b/app-emulation/wine-proton/wine-proton-7.0.6.ebuild @@ -178,6 +178,9 @@ src_prepare() { eautoreconf tools/make_requests || die # perl dlls/winevulkan/make_vulkan -x vk.xml || die # python, needed for proton's + # tip: if need more for user patches, with portage can e.g. do + # echo "post_src_prepare() { tools/make_specfiles || die; }" \ + # > /etc/portage/env/app-emulation/wine-proton } src_configure() { diff --git a/app-emulation/wine-proton/wine-proton-8.0.4.ebuild b/app-emulation/wine-proton/wine-proton-8.0.4.ebuild index 8ab559caf709..359ad7c9f4e1 100644 --- a/app-emulation/wine-proton/wine-proton-8.0.4.ebuild +++ b/app-emulation/wine-proton/wine-proton-8.0.4.ebuild @@ -181,6 +181,9 @@ src_prepare() { eautoreconf tools/make_requests || die # perl dlls/winevulkan/make_vulkan -x vk.xml || die # python, needed for proton's + # tip: if need more for user patches, with portage can e.g. do + # echo "post_src_prepare() { tools/make_specfiles || die; }" \ + # > /etc/portage/env/app-emulation/wine-proton } src_configure() { diff --git a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild index e6660a9082bf..a2711662b536 100644 --- a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild +++ b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild @@ -182,6 +182,9 @@ src_prepare() { eautoreconf tools/make_requests || die # perl dlls/winevulkan/make_vulkan -x vk.xml || die # python, needed for proton's + # tip: if need more for user patches, with portage can e.g. do + # echo "post_src_prepare() { tools/make_specfiles || die; }" \ + # > /etc/portage/env/app-emulation/wine-proton } src_configure() { |