From a03b75b1934b01cc23ed28d31c0c7f51fa7d8150 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 17 Jan 2024 10:50:06 -0500 Subject: app-emulation/wine-staging: add ebuild comment tip for user patches Signed-off-by: Ionen Wolkens --- app-emulation/wine-staging/wine-staging-8.0.ebuild | 5 ++++- app-emulation/wine-staging/wine-staging-8.21.ebuild | 3 +++ app-emulation/wine-staging/wine-staging-9.0.ebuild | 3 +++ app-emulation/wine-staging/wine-staging-9999.ebuild | 3 +++ 4 files changed, 13 insertions(+), 1 deletion(-) (limited to 'app-emulation/wine-staging') diff --git a/app-emulation/wine-staging/wine-staging-8.0.ebuild b/app-emulation/wine-staging/wine-staging-8.0.ebuild index b28e3e16486b..8cf4172ff020 100644 --- a/app-emulation/wine-staging/wine-staging-8.0.ebuild +++ b/app-emulation/wine-staging/wine-staging-8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -222,6 +222,9 @@ src_prepare() { # always update for patches (including user's wrt #432348) eautoreconf tools/make_requests || die # perl + # 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-staging } src_configure() { diff --git a/app-emulation/wine-staging/wine-staging-8.21.ebuild b/app-emulation/wine-staging/wine-staging-8.21.ebuild index 3a29caad4415..0af9b3b34ab1 100644 --- a/app-emulation/wine-staging/wine-staging-8.21.ebuild +++ b/app-emulation/wine-staging/wine-staging-8.21.ebuild @@ -259,6 +259,9 @@ src_prepare() { # always update for patches (including user's wrt #432348) eautoreconf tools/make_requests || die # perl + # 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-staging } src_configure() { diff --git a/app-emulation/wine-staging/wine-staging-9.0.ebuild b/app-emulation/wine-staging/wine-staging-9.0.ebuild index 408a9b701dc8..f9096affab24 100644 --- a/app-emulation/wine-staging/wine-staging-9.0.ebuild +++ b/app-emulation/wine-staging/wine-staging-9.0.ebuild @@ -267,6 +267,9 @@ src_prepare() { # always update for patches (including user's wrt #432348) eautoreconf tools/make_requests || die # perl + # 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-staging } src_configure() { diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index 408a9b701dc8..f9096affab24 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -267,6 +267,9 @@ src_prepare() { # always update for patches (including user's wrt #432348) eautoreconf tools/make_requests || die # perl + # 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-staging } src_configure() { -- cgit v1.2.3-65-gdbad