From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 C82B11382C5 for ; Mon, 5 Apr 2021 09:00:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A64AE0884; Mon, 5 Apr 2021 09:00:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F0EC6E0884 for ; Mon, 5 Apr 2021 09:00:03 +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 D0B2C340A7B for ; Mon, 5 Apr 2021 09:00:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70A71640 for ; Mon, 5 Apr 2021 09:00:00 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1617613171.ff91f1310418a4ee7b8870f03604e3350c5672a4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/caja/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/caja/caja-1.24.0-r2.ebuild mate-base/caja/caja-1.24.0.ebuild X-VCS-Directories: mate-base/caja/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ff91f1310418a4ee7b8870f03604e3350c5672a4 X-VCS-Branch: master Date: Mon, 5 Apr 2021 09:00:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c6e59cc8-90d6-490b-aa08-8fa2cb1352d1 X-Archives-Hash: f8290a82caab9a102ef361c72fab5bcf commit: ff91f1310418a4ee7b8870f03604e3350c5672a4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 4 14:17:59 2021 +0000 Commit: Andreas Sturmlechner gentoo 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 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() {