summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-02-24 11:27:03 +0100
committerManuel Rüger <mrueg@gentoo.org>2017-02-24 11:27:03 +0100
commit560045ab1d5f620332ce23122e6e7ec0f32fc94a (patch)
treeb7ecb4e86f97fc475cde4769628d74383bd2e03c /app-emulation/runc/runc-9999.ebuild
parentapp-emulation/docker-runc: Initial version (docker-fork of runc) (diff)
downloadgentoo-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-9999.ebuild')
-rw-r--r--app-emulation/runc/runc-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
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