diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2016-09-06 16:35:44 -0400 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2016-09-06 17:31:12 -0400 |
commit | 2d5f9def602ddde168192e7f68125fb1ff8a8265 (patch) | |
tree | 20d4e83792187bcf2880ed5cca713afc9c2f3402 /app-emulation/wine/wine-1.9.16.ebuild | |
parent | app-emulation/wine: Version bump to 1.9.18, minor d3d9 adjust (diff) | |
download | gentoo-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.9.16.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.9.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.9.16.ebuild b/app-emulation/wine/wine-1.9.16.ebuild index 8c4e720b9c4a..d38bbbd51d68 100644 --- a/app-emulation/wine/wine-1.9.16.ebuild +++ b/app-emulation/wine/wine-1.9.16.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 |