From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1267314-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFA441382C5 for <garchives@archives.gentoo.org>; Sun, 4 Apr 2021 18:52:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB208E0844; Sun, 4 Apr 2021 18:52:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C74C8E0845 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Apr 2021 18:52:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C947133BF5D for <gentoo-commits@lists.gentoo.org>; Sun, 4 Apr 2021 18:52:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CD1F4EE for <gentoo-commits@lists.gentoo.org>; Sun, 4 Apr 2021 18:52:13 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1617562297.5cf2f0baa1539b73c159fdf75f6d27b53bc4f326.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild app-emulation/wine-vanilla/wine-vanilla-6.2.ebuild app-emulation/wine-vanilla/wine-vanilla-6.3-r1.ebuild app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild app-emulation/wine-vanilla/wine-vanilla-6.5.ebuild app-emulation/wine-vanilla/wine-vanilla-9999.ebuild X-VCS-Directories: app-emulation/wine-vanilla/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5cf2f0baa1539b73c159fdf75f6d27b53bc4f326 X-VCS-Branch: master Date: Sun, 4 Apr 2021 18:52:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 792638b5-2367-4594-afd9-581ab51c8606 X-Archives-Hash: ce548e38655310444740aef12925dc84 commit: 5cf2f0baa1539b73c159fdf75f6d27b53bc4f326 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Apr 4 14:17:26 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Apr 4 18:51:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf2f0ba 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 <AT> gentoo.org> app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild | 2 +- app-emulation/wine-vanilla/wine-vanilla-6.2.ebuild | 2 +- app-emulation/wine-vanilla/wine-vanilla-6.3-r1.ebuild | 2 +- app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild | 2 +- app-emulation/wine-vanilla/wine-vanilla-6.5.ebuild | 2 +- app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.0.ebuild index 207e277e7ff..a22f22a5cc6 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 } diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.2.ebuild index 045e3bfde6b..d6612310999 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.2.ebuild @@ -481,7 +481,7 @@ multilib_src_test() { fi WINEPREFIX="${T}/.wine-${ABI}" \ - Xemake test + virtx emake test fi } 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 a1ee6e4da5b..07ad394fda7 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 } diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild index 21840c20890..7c3b8aca83f 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.4.ebuild @@ -479,7 +479,7 @@ multilib_src_test() { fi WINEPREFIX="${T}/.wine-${ABI}" \ - Xemake test + virtx emake test fi } diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.5.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.5.ebuild index 21840c20890..7c3b8aca83f 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.5.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.5.ebuild @@ -479,7 +479,7 @@ multilib_src_test() { fi WINEPREFIX="${T}/.wine-${ABI}" \ - Xemake test + virtx emake test fi } diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index 21840c20890..7c3b8aca83f 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -479,7 +479,7 @@ multilib_src_test() { fi WINEPREFIX="${T}/.wine-${ABI}" \ - Xemake test + virtx emake test fi }