summaryrefslogtreecommitdiff
path: root/app-emulation/runc/runc-1.0.0_rc92.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-23 23:02:44 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-23 23:02:44 +0100
commitdb063b515939ab15261136b24e4bc44386335c0c (patch)
tree54c06cac96a32ba6fe5f69e52616a2ab27bbb6d6 /app-emulation/runc/runc-1.0.0_rc92.ebuild
parent8b4ace9c50842c5b83401ea7b179dcab940387e1 (diff)
gentoo resync : 24.09.2020
Diffstat (limited to 'app-emulation/runc/runc-1.0.0_rc92.ebuild')
-rw-r--r--app-emulation/runc/runc-1.0.0_rc92.ebuild2
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