diff options
Diffstat (limited to 'app-emulation/wine/wine-1.9.5-r2.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.9.5-r2.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emulation/wine/wine-1.9.5-r2.ebuild b/app-emulation/wine/wine-1.9.5-r2.ebuild index 48e5cdceaad0..a2e4f3ed1376 100644 --- a/app-emulation/wine/wine-1.9.5-r2.ebuild +++ b/app-emulation/wine/wine-1.9.5-r2.ebuild @@ -259,6 +259,10 @@ pkg_pretend() { pkg_setup() { wine_build_environment_check || die + if use staging; then + GV=${STAGING_GV} + MV=${STAGING_MV} + fi } src_unpack() { |