summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-01-17 10:49:56 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-01-17 11:04:43 -0500
commit6bca48af517e9164194d2934a809b56483a60299 (patch)
tree5a6fdba0fc38f1ebea11205bd44d72cd5c2a4f1a /app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
parentx11-misc/sxcs: new package, add 0.7.3 (diff)
downloadgentoo-6bca48af517e9164194d2934a809b56483a60299.tar.gz
gentoo-6bca48af517e9164194d2934a809b56483a60299.tar.bz2
gentoo-6bca48af517e9164194d2934a809b56483a60299.zip
app-emulation/wine-vanilla: add ebuild comment tip for user patches
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla/wine-vanilla-9999.ebuild')
-rw-r--r--app-emulation/wine-vanilla/wine-vanilla-9999.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
index 7109f7104bbe..c6109d4d3d6f 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
@@ -220,6 +220,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-vanilla
}
src_configure() {