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>
This commit is contained in:
Andreas Sturmlechner 2021-04-04 16:17:59 +02:00
parent 18c3683100
commit ff91f13104
No known key found for this signature in database
GPG Key ID: 508AA000E0EE83E0
2 changed files with 4 additions and 4 deletions

View File

@ -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() {

View File

@ -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() {