From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A8DD139694 for ; Fri, 24 Feb 2017 10:27:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B459421C038; Fri, 24 Feb 2017 10:27:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 924C5E0C33 for ; Fri, 24 Feb 2017 10:27:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36175340A23 for ; Fri, 24 Feb 2017 10:27:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89A3C52D8 for ; Fri, 24 Feb 2017 10:27:19 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1487932023.560045ab1d5f620332ce23122e6e7ec0f32fc94a.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/runc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/runc/runc-1.0.0_rc2-r2.ebuild app-emulation/runc/runc-1.0.0_rc2_p20170222.ebuild app-emulation/runc/runc-9999.ebuild X-VCS-Directories: app-emulation/runc/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 560045ab1d5f620332ce23122e6e7ec0f32fc94a X-VCS-Branch: master Date: Fri, 24 Feb 2017 10:27:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a5091f9a-fc7a-4a26-bc3b-4bf408e6cc66 X-Archives-Hash: 50fa51f637b3eec5a18be53abd49091b commit: 560045ab1d5f620332ce23122e6e7ec0f32fc94a Author: Manuel Rüger gentoo org> AuthorDate: Fri Feb 24 10:27:03 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Feb 24 10:27:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560045ab app-emulation/runc: Add blocker on app-emulation/docker-runc Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-emulation/runc/runc-1.0.0_rc2-r2.ebuild | 1 + app-emulation/runc/runc-1.0.0_rc2_p20170222.ebuild | 1 + 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 d00b1236e6..986bc4219b 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 b68956acd4..1baca3eeee 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 a57511f78f..f186801bbb 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