diff options
Diffstat (limited to 'app-emulation/wine/foo.patch')
-rw-r--r-- | app-emulation/wine/foo.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-emulation/wine/foo.patch b/app-emulation/wine/foo.patch new file mode 100644 index 000000000000..c7c3262c2ec9 --- /dev/null +++ b/app-emulation/wine/foo.patch @@ -0,0 +1,13 @@ +diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild +index 8cfdb3e..3e02ff4 100644 +--- a/app-emulation/wine/wine-9999.ebuild ++++ b/app-emulation/wine/wine-9999.ebuild +@@ -315,7 +315,7 @@ src_unpack() { + + if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then + einfo "The current Staging patchset is not guaranteed to apply on this WINE commit." +- einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT." ++ einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT." + einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine" + fi + fi |