diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-20 00:55:21 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-20 00:58:42 -0800 |
commit | b30b0991ccbb37341ee64b166676a2f765c5cda5 (patch) | |
tree | 4deed3850e6cf8fd40406fd9cf9ff0a10e205fbb /sys-cluster/charliecloud | |
parent | Move {app-emulation -> app-containers}/docker-cli (diff) | |
download | gentoo-b30b0991ccbb37341ee64b166676a2f765c5cda5.tar.gz gentoo-b30b0991ccbb37341ee64b166676a2f765c5cda5.tar.bz2 gentoo-b30b0991ccbb37341ee64b166676a2f765c5cda5.zip |
Move {app-emulation -> app-containers}/docker
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-cluster/charliecloud')
-rw-r--r-- | sys-cluster/charliecloud/charliecloud-0.24.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/charliecloud/charliecloud-0.25.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/charliecloud/charliecloud-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/charliecloud/charliecloud-0.24.ebuild b/sys-cluster/charliecloud/charliecloud-0.24.ebuild index 62f2e98e4520..ad6833306501 100644 --- a/sys-cluster/charliecloud/charliecloud-0.24.ebuild +++ b/sys-cluster/charliecloud/charliecloud-0.24.ebuild @@ -73,7 +73,7 @@ src_configure() { pkg_postinst() { elog "Various builders are supported, as alternative to the internal ch-image." optfeature "Building with Buildah" app-containers/buildah - optfeature "Building with Docker" app-emulation/docker + optfeature "Building with Docker" app-containers/docker optfeature "Progress bars during long operations" sys-apps/pv optfeature "Pack and unpack squashfs images" sys-fs/squashfs-tools optfeature "Mount and umount squashfs images" sys-fs/squashfuse diff --git a/sys-cluster/charliecloud/charliecloud-0.25.ebuild b/sys-cluster/charliecloud/charliecloud-0.25.ebuild index b551d449417f..1d092db33c89 100644 --- a/sys-cluster/charliecloud/charliecloud-0.25.ebuild +++ b/sys-cluster/charliecloud/charliecloud-0.25.ebuild @@ -71,7 +71,7 @@ src_configure() { pkg_postinst() { elog "Various builders are supported, as alternative to the internal ch-image." optfeature "Building with Buildah" app-containers/buildah - optfeature "Building with Docker" app-emulation/docker + optfeature "Building with Docker" app-containers/docker optfeature "Progress bars during long operations" sys-apps/pv optfeature "Pack and unpack squashfs images" sys-fs/squashfs-tools optfeature "Mount and umount squashfs images" sys-fs/squashfuse diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild index b551d449417f..1d092db33c89 100644 --- a/sys-cluster/charliecloud/charliecloud-9999.ebuild +++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild @@ -71,7 +71,7 @@ src_configure() { pkg_postinst() { elog "Various builders are supported, as alternative to the internal ch-image." optfeature "Building with Buildah" app-containers/buildah - optfeature "Building with Docker" app-emulation/docker + optfeature "Building with Docker" app-containers/docker optfeature "Progress bars during long operations" sys-apps/pv optfeature "Pack and unpack squashfs images" sys-fs/squashfs-tools optfeature "Mount and umount squashfs images" sys-fs/squashfuse |