From 245527a87fb6a9a3b9079844deea7ece80d2325a Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Thu, 4 Feb 2021 09:00:40 +0100 Subject: [PATCH] app-emulation/docker-runc: delete app-emulation/runc from RDEPEND Now that `app-emulation/runc` is gone, we can delete also the negative dependency on `app-emulation/runc` from RDEPEND of `app-emulation/docker-runc`. --- .../docker-runc/docker-runc-1.0.0_rc2_p136-r1.ebuild | 1 - .../app-emulation/docker-runc/docker-runc-1.0.0_rc92.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p136-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p136-r1.ebuild index eb66b23a6b..1910170a79 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p136-r1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/docker-runc-1.0.0_rc2_p136-r1.ebuild @@ -30,7 +30,6 @@ IUSE="apparmor hardened +seccomp selinux" RDEPEND=" apparmor? ( sys-libs/libapparmor ) seccomp? ( sys-libs/libseccomp ) - !app-emulation/runc " S=${WORKDIR}/${P}/src/${COREOS_GO_PACKAGE} diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/docker-runc-1.0.0_rc92.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/docker-runc-1.0.0_rc92.ebuild index 7b08b31855..ae5daf34c8 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/docker-runc-1.0.0_rc92.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker-runc/docker-runc-1.0.0_rc92.ebuild @@ -29,7 +29,6 @@ IUSE="ambient apparmor hardened +seccomp selinux" RDEPEND=" apparmor? ( sys-libs/libapparmor ) seccomp? ( sys-libs/libseccomp ) - !app-emulation/runc " S=${WORKDIR}/${P}/src/${COREOS_GO_PACKAGE}