diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-02-24 11:27:03 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-02-24 11:27:03 +0100 |
commit | 560045ab1d5f620332ce23122e6e7ec0f32fc94a (patch) | |
tree | b7ecb4e86f97fc475cde4769628d74383bd2e03c /app-emulation/runc/runc-1.0.0_rc2_p20170222.ebuild | |
parent | app-emulation/docker-runc: Initial version (docker-fork of runc) (diff) | |
download | gentoo-560045ab1d5f620332ce23122e6e7ec0f32fc94a.tar.gz gentoo-560045ab1d5f620332ce23122e6e7ec0f32fc94a.tar.bz2 gentoo-560045ab1d5f620332ce23122e6e7ec0f32fc94a.zip |
app-emulation/runc: Add blocker on app-emulation/docker-runc
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emulation/runc/runc-1.0.0_rc2_p20170222.ebuild')
-rw-r--r-- | app-emulation/runc/runc-1.0.0_rc2_p20170222.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc2_p20170222.ebuild b/app-emulation/runc/runc-1.0.0_rc2_p20170222.ebuild index b68956acd459..1baca3eeee64 100644 --- a/app-emulation/runc/runc-1.0.0_rc2_p20170222.ebuild +++ b/app-emulation/runc/runc-1.0.0_rc2_p20170222.ebuild @@ -26,6 +26,7 @@ IUSE="apparmor hardened +seccomp" RDEPEND=" apparmor? ( sys-libs/libapparmor ) seccomp? ( sys-libs/libseccomp ) + !app-emulation/docker-runc " S=${WORKDIR}/${P}/src/${EGO_PN} |