commit: e0ab8e946ce66af6099bc7be5a8773020059534d
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 15:10:15 2020 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 15:26:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ab8e94
app-emulation/runc: fix restrict setting
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
app-emulation/runc/runc-1.0.0_rc92.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/runc/runc-1.0.0_rc92.ebuild
b/app-emulation/runc/runc-1.0.0_rc92.ebuild
index 4489684142b..0f6763825b4 100644
--- a/app-emulation/runc/runc-1.0.0_rc92.ebuild
+++ b/app-emulation/runc/runc-1.0.0_rc92.ebuild
@@ -39,7 +39,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
# tests need busybox binary, and portage namespace
# sandboxing disabled: mount-sandbox pid-sandbox ipc-sandbox
# majority of tests pass
-RESTRICT="test"
+RESTRICT+=" test"
src_compile() {
# Taken from app-emulation/docker-1.7.0-r1