diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 16:17:59 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-05 10:59:31 +0200 |
commit | ff91f1310418a4ee7b8870f03604e3350c5672a4 (patch) | |
tree | 6af273a0d8bdc0e0aeca408ef983626cff71c551 /mate-base/caja/caja-1.24.0-r2.ebuild | |
parent | app-editors/pluma: Banned Xemake is banned (diff) | |
download | gentoo-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/caja/caja-1.24.0-r2.ebuild')
-rw-r--r-- | mate-base/caja/caja-1.24.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 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() { |