diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-19 23:26:45 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-20 00:51:23 -0800 |
commit | e0d5f4f032989ca6acf69b41778396be959e900f (patch) | |
tree | e9353927ef17fb3f86459df6b5f3cb6123f24e8d /app-emulation/podman/podman-3.3.1.ebuild | |
parent | dev-python/pip: Fix generating completions with vendored distutils (diff) | |
download | gentoo-e0d5f4f032989ca6acf69b41778396be959e900f.tar.gz gentoo-e0d5f4f032989ca6acf69b41778396be959e900f.tar.bz2 gentoo-e0d5f4f032989ca6acf69b41778396be959e900f.zip |
Move {app-emulation -> app-containers}/crun
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-emulation/podman/podman-3.3.1.ebuild')
-rw-r--r-- | app-emulation/podman/podman-3.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/podman/podman-3.3.1.ebuild b/app-emulation/podman/podman-3.3.1.ebuild index e0b339df33ae..1687e2b78236 100644 --- a/app-emulation/podman/podman-3.3.1.ebuild +++ b/app-emulation/podman/podman-3.3.1.ebuild @@ -21,7 +21,7 @@ RESTRICT="test" COMMON_DEPEND=" app-crypt/gpgme:= >=app-emulation/conmon-2.0.0 - || ( >=app-emulation/runc-1.0.0_rc6 app-emulation/crun ) + || ( >=app-emulation/runc-1.0.0_rc6 app-containers/crun ) dev-libs/libassuan:= dev-libs/libgpg-error:= >=net-misc/cni-plugins-0.8.6 |