commit:     8dd5687bfa3b6e6a45d19f24e1e119ca03ec1dd2
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 15:50:13 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 16:19:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd5687b

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

 app-emulation/wine-proton/wine-proton-7.0.6.ebuild    | 3 +++
 app-emulation/wine-proton/wine-proton-8.0.4.ebuild    | 3 +++
 app-emulation/wine-proton/wine-proton-8.0.9999.ebuild | 3 +++
 3 files changed, 9 insertions(+)

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() {

Reply via email to