diff options
author | 2021-04-04 16:17:26 +0200 | |
---|---|---|
committer | 2021-04-04 20:51:37 +0200 | |
commit | 5cf2f0baa1539b73c159fdf75f6d27b53bc4f326 (patch) | |
tree | 99da0043bba2b5dbf073816b58a1b5427f2afdb0 /app-emulation/wine-vanilla/wine-vanilla-6.3-r1.ebuild | |
parent | app-emulation/wine-staging: Banned Xemake is banned (diff) | |
download | gentoo-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.3-r1.ebuild')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-6.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.3-r1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.3-r1.ebuild index a1ee6e4da5be..07ad394fda7a 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.3-r1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.3-r1.ebuild @@ -482,7 +482,7 @@ multilib_src_test() { fi WINEPREFIX="${T}/.wine-${ABI}" \ - Xemake test + virtx emake test fi } |