summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2021-01-08 12:12:32 -0600
committerWilliam Hubbs <williamh@gentoo.org>2021-01-08 12:13:09 -0600
commit8a2bc214ed5a9607bd2e19178af4782b0965b34b (patch)
treeef59efe98099780a25f81f3beeae5a2999414769 /app-emulation/docker/metadata.xml
parentapp-emulation/docker: 20.10.2 bump (diff)
downloadgentoo-8a2bc214ed5a9607bd2e19178af4782b0965b34b.tar.gz
gentoo-8a2bc214ed5a9607bd2e19178af4782b0965b34b.tar.bz2
gentoo-8a2bc214ed5a9607bd2e19178af4782b0965b34b.zip
app-emulation/docker-cli: 20.10.2 qa-requested changes
- unpin the docker-cli version - use the "cli" global use flag for the command line interface but note it is being used temporarily. Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-emulation/docker/metadata.xml')
-rw-r--r--app-emulation/docker/metadata.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-emulation/docker/metadata.xml b/app-emulation/docker/metadata.xml
index 93b6a7a30980..1ec7d353074c 100644
--- a/app-emulation/docker/metadata.xml
+++ b/app-emulation/docker/metadata.xml
@@ -28,6 +28,12 @@
Enables dependencies for the "btrfs" graph driver, including
necessary kernel flags.
</flag>
+ <flag name="cli">
+ This is a temporary use flag which pulls in
+ app-emulation/docker-cli, the docker command line client.
+ This flag is here to assist in the transition to split packages
+ and will be removed in a future release.
+ </flag>
<flag name="container-init">
Makes the a staticly-linked init system tini available inside a
container.
@@ -40,12 +46,6 @@
Enables dependencies for the "overlay" graph driver, including
necessary kernel flags.
</flag>
- <flag name="temp-cli">
- This is a temporary use flag which pulls in
- app-emulation/docker-cli, the docker command line client.
- This flag is here to assist in the transition to split packages
- and will be removed in a future release.
- </flag>
</use>
<upstream>
<remote-id type="github">moby/moby</remote-id>