summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2016-07-10 09:09:13 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2016-07-10 09:10:29 -0400
commitdccf0f34e820fc1005386632a2292fdab032dbf4 (patch)
treeedf29f0d1b3209b76045e5829ac172263763f667 /app-emulation/wine/wine-1.8.2-r1.ebuild
parentnet-dns/bind-tools: remove vulnerable versions per bug #568982 (diff)
downloadgentoo-dccf0f34e820fc1005386632a2292fdab032dbf4.tar.gz
gentoo-dccf0f34e820fc1005386632a2292fdab032dbf4.tar.bz2
gentoo-dccf0f34e820fc1005386632a2292fdab032dbf4.zip
app-emulation/wine: Fix STAGING_{MV,GV} in phases; thanks to mgorny
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-emulation/wine/wine-1.8.2-r1.ebuild')
-rw-r--r--app-emulation/wine/wine-1.8.2-r1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emulation/wine/wine-1.8.2-r1.ebuild b/app-emulation/wine/wine-1.8.2-r1.ebuild
index b01ffd8207e7..6d7436a6108a 100644
--- a/app-emulation/wine/wine-1.8.2-r1.ebuild
+++ b/app-emulation/wine/wine-1.8.2-r1.ebuild
@@ -262,6 +262,10 @@ pkg_pretend() {
pkg_setup() {
wine_build_environment_check || die
+ if use staging; then
+ GV=${STAGING_GV}
+ MV=${STAGING_MV}
+ fi
}
src_unpack() {