diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-19 23:38:59 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-20 00:51:45 -0800 |
commit | d989e708fffe34dedb517ef61464dad873c9f017 (patch) | |
tree | b5387eaf80a7125bc27984fbcc53e5d09d4f04d7 /app-containers/img | |
parent | Move {app-emulation -> app-containers}/kompose (diff) | |
download | gentoo-d989e708fffe34dedb517ef61464dad873c9f017.tar.gz gentoo-d989e708fffe34dedb517ef61464dad873c9f017.tar.bz2 gentoo-d989e708fffe34dedb517ef61464dad873c9f017.zip |
Move {app-emulation -> app-containers}/runc
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-containers/img')
-rw-r--r-- | app-containers/img/img-0.5.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/img/img-0.5.11.ebuild b/app-containers/img/img-0.5.11.ebuild index cd92124e2d1f..a01cea3b2268 100644 --- a/app-containers/img/img-0.5.11.ebuild +++ b/app-containers/img/img-0.5.11.ebuild @@ -533,7 +533,7 @@ IUSE="seccomp" DEPEND="seccomp? ( sys-libs/libseccomp )" RDEPEND="${DEPEND} - app-emulation/runc" + app-containers/runc" src_compile() { IMG_DISABLE_EMBEDDED_RUNC=1 \ |