summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/docker-runc')
-rw-r--r--app-emulation/docker-runc/docker-runc-1.0.0_rc3_p20170706.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/docker-runc/docker-runc-1.0.0_rc3_p20170706.ebuild b/app-emulation/docker-runc/docker-runc-1.0.0_rc3_p20170706.ebuild
index 8bbfc597c1bc..03e8e10d6e78 100644
--- a/app-emulation/docker-runc/docker-runc-1.0.0_rc3_p20170706.ebuild
+++ b/app-emulation/docker-runc/docker-runc-1.0.0_rc3_p20170706.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="http://runc.io"
LICENSE="Apache-2.0"
SLOT="0"
-IUSE="apparmor ambient hardened +seccomp"
+IUSE="+ambient apparmor hardened +seccomp"
RDEPEND="
apparmor? ( sys-libs/libapparmor )
@@ -45,8 +45,8 @@ src_compile() {
# build up optional flags
local options=(
- $(usex apparmor 'apparmor' '')
$(usex ambient 'ambient' '')
+ $(usex apparmor 'apparmor' '')
$(usex seccomp 'seccomp' '')
)