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 | |
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')
-rw-r--r-- | app-emulation/runc/runc-1.0.0_rc2-r2.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/runc/runc-1.0.0_rc2_p20170222.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/runc/runc-9999.ebuild | 5 |
3 files changed, 5 insertions, 2 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc2-r2.ebuild b/app-emulation/runc/runc-1.0.0_rc2-r2.ebuild index d00b1236e64b..986bc4219b76 100644 --- a/app-emulation/runc/runc-1.0.0_rc2-r2.ebuild +++ b/app-emulation/runc/runc-1.0.0_rc2-r2.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} 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} diff --git a/app-emulation/runc/runc-9999.ebuild b/app-emulation/runc/runc-9999.ebuild index a57511f78f0c..f186801bbbe6 100644 --- a/app-emulation/runc/runc-9999.ebuild +++ b/app-emulation/runc/runc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,7 +24,8 @@ SLOT="0" IUSE="+seccomp" DEPEND=">=dev-lang/go-1.4:=" -RDEPEND="seccomp? ( sys-libs/libseccomp )" +RDEPEND="seccomp? ( sys-libs/libseccomp ) + !app-emulation/docker-runc" src_compile() { # Taken from app-emulation/docker-1.7.0-r1 |