summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2016-09-06 16:35:44 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2016-09-06 17:31:12 -0400
commit2d5f9def602ddde168192e7f68125fb1ff8a8265 (patch)
tree20d4e83792187bcf2880ed5cca713afc9c2f3402 /app-emulation/wine/wine-1.8.3-r1.ebuild
parentapp-emulation/wine: Version bump to 1.9.18, minor d3d9 adjust (diff)
downloadgentoo-2d5f9def602ddde168192e7f68125fb1ff8a8265.tar.gz
gentoo-2d5f9def602ddde168192e7f68125fb1ff8a8265.tar.bz2
gentoo-2d5f9def602ddde168192e7f68125fb1ff8a8265.zip
app-emulation/wine: Fix typo
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-emulation/wine/wine-1.8.3-r1.ebuild')
-rw-r--r--app-emulation/wine/wine-1.8.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.8.3-r1.ebuild b/app-emulation/wine/wine-1.8.3-r1.ebuild
index c856eceecc9b..5b0473bc8abb 100644
--- a/app-emulation/wine/wine-1.8.3-r1.ebuild
+++ b/app-emulation/wine/wine-1.8.3-r1.ebuild
@@ -308,7 +308,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