summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-09-10 13:24:21 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-09-10 13:24:21 +0200
commitc688546330dd2a7afeeb09dafc7b229fd9de66cb (patch)
tree1cdb490ee24d28adf103d2a64a6ad511aca62581
parentdev-python/keyrings_alt: Version bump to 2.3 (diff)
downloadgentoo-c688546330dd2a7afeeb09dafc7b229fd9de66cb.tar.gz
gentoo-c688546330dd2a7afeeb09dafc7b229fd9de66cb.tar.bz2
gentoo-c688546330dd2a7afeeb09dafc7b229fd9de66cb.zip
app-emulation/docker-runc: Enable ambient USEflag by default
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-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' '')
)