summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 16:17:59 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-05 10:59:31 +0200
commitff91f1310418a4ee7b8870f03604e3350c5672a4 (patch)
tree6af273a0d8bdc0e0aeca408ef983626cff71c551 /mate-base
parentapp-editors/pluma: Banned Xemake is banned (diff)
downloadgentoo-ff91f1310418a4ee7b8870f03604e3350c5672a4.tar.gz
gentoo-ff91f1310418a4ee7b8870f03604e3350c5672a4.tar.bz2
gentoo-ff91f1310418a4ee7b8870f03604e3350c5672a4.zip
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@gentoo.org>
Diffstat (limited to 'mate-base')
-rw-r--r--mate-base/caja/caja-1.24.0-r2.ebuild4
-rw-r--r--mate-base/caja/caja-1.24.0.ebuild4
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 e77b01f49dd3..e7c95a8daecd 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 0943a27da1ad..9cda8a973cf3 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() {