summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 16:17:26 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 20:51:37 +0200
commit5cf2f0baa1539b73c159fdf75f6d27b53bc4f326 (patch)
tree99da0043bba2b5dbf073816b58a1b5427f2afdb0 /app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild
parentapp-emulation/wine-staging: Banned Xemake is banned (diff)
downloadgentoo-5cf2f0baa1539b73c159fdf75f6d27b53bc4f326.tar.gz
gentoo-5cf2f0baa1539b73c159fdf75f6d27b53bc4f326.tar.bz2
gentoo-5cf2f0baa1539b73c159fdf75f6d27b53bc4f326.zip
app-emulation/wine-vanilla: Banned Xemake is banned
Fix brokenness that was hidden by RESTRICT=test. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild')
-rw-r--r--app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild
index 207e277e7ff6..a22f22a5cc6f 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild
@@ -480,7 +480,7 @@ multilib_src_test() {
fi
WINEPREFIX="${T}/.wine-${ABI}" \
- Xemake test
+ virtx emake test
fi
}