commit:     ff91f1310418a4ee7b8870f03604e3350c5672a4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 14:17:59 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 08:59:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff91f131

mate-base/caja: 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>

 mate-base/caja/caja-1.24.0-r2.ebuild | 4 ++--
 mate-base/caja/caja-1.24.0.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mate-base/caja/caja-1.24.0-r2.ebuild 
b/mate-base/caja/caja-1.24.0-r2.ebuild
index e77b01f49dd..e7c95a8daec 100644
--- a/mate-base/caja/caja-1.24.0-r2.ebuild
+++ b/mate-base/caja/caja-1.24.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -86,7 +86,7 @@ src_test() {
        unset SESSION_MANAGER
        unset DBUS_SESSION_BUS_ADDRESS
 
-       Xemake check || die "Test phase failed"
+       virtx emake check || die "Test phase failed"
 }
 
 pkg_postinst() {

diff --git a/mate-base/caja/caja-1.24.0.ebuild 
b/mate-base/caja/caja-1.24.0.ebuild
index 0943a27da1a..9cda8a973cf 100644
--- a/mate-base/caja/caja-1.24.0.ebuild
+++ b/mate-base/caja/caja-1.24.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -81,7 +81,7 @@ src_test() {
        unset SESSION_MANAGER
        unset DBUS_SESSION_BUS_ADDRESS
 
-       Xemake check || die "Test phase failed"
+       virtx emake check || die "Test phase failed"
 }
 
 pkg_postinst() {

Reply via email to