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`.
This commit is contained in:
Dongsu Park 2021-02-04 09:00:40 +01:00
parent 3305ae7947
commit 245527a87f
2 changed files with 0 additions and 2 deletions

View File

@ -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}

View File

@ -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}