diff options
author | William Hubbs <williamh@gentoo.org> | 2020-09-23 10:10:15 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2020-09-23 10:26:40 -0500 |
commit | e0ab8e946ce66af6099bc7be5a8773020059534d (patch) | |
tree | 34f504dce40ad472bc06a286ac036bf5974fdcd0 /app-emulation/runc | |
parent | dev-libs/opencl-clang: add missing runtime dependencies (diff) | |
download | gentoo-e0ab8e946ce66af6099bc7be5a8773020059534d.tar.gz gentoo-e0ab8e946ce66af6099bc7be5a8773020059534d.tar.bz2 gentoo-e0ab8e946ce66af6099bc7be5a8773020059534d.zip |
app-emulation/runc: fix restrict setting
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-emulation/runc')
-rw-r--r-- | app-emulation/runc/runc-1.0.0_rc92.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc92.ebuild b/app-emulation/runc/runc-1.0.0_rc92.ebuild index 4489684142bf..0f6763825b49 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 |