From 1e52356602ecb3ec79c6922334ba401a6c9ba569 Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Sun, 16 Mar 2025 08:44:24 +0000 Subject: [PATCH] net-fs/mc: disable test disable for now due to failure with network-sandbox Closes: https://bugs.gentoo.org/927667 Closes: https://github.com/gentoo/gentoo/pull/41074 Signed-off-by: jinqiang zhang Signed-off-by: Yixun Lan --- net-fs/mc/mc-2021.03.23.05.46.11.ebuild | 3 ++- net-fs/mc/mc-2025.03.12.17.29.24.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net-fs/mc/mc-2021.03.23.05.46.11.ebuild b/net-fs/mc/mc-2021.03.23.05.46.11.ebuild index 9a161be5820d1..888e4645c9ff3 100644 --- a/net-fs/mc/mc-2021.03.23.05.46.11.ebuild +++ b/net-fs/mc/mc-2021.03.23.05.46.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,6 +17,7 @@ SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" LICENSE="Apache-2.0 BSD MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64" +RESTRICT="test" # bug #927667, fails with network-sandbox RDEPEND="!!app-misc/mc" diff --git a/net-fs/mc/mc-2025.03.12.17.29.24.ebuild b/net-fs/mc/mc-2025.03.12.17.29.24.ebuild index 7220d447e6631..6773dc74686da 100644 --- a/net-fs/mc/mc-2025.03.12.17.29.24.ebuild +++ b/net-fs/mc/mc-2025.03.12.17.29.24.ebuild @@ -19,6 +19,7 @@ S="${WORKDIR}/${PN}-RELEASE.${MY_PV}" LICENSE="Apache-2.0 BSD MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64" +RESTRICT="test" # bug #927667, fails with network-sandbox RDEPEND="!!app-misc/mc"