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 /app-emulation/vagrant | |
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 'app-emulation/vagrant')
-rw-r--r-- | app-emulation/vagrant/vagrant-2.2.18-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/vagrant/vagrant-2.2.18-r1.ebuild b/app-emulation/vagrant/vagrant-2.2.18-r1.ebuild index 2b6991ee84d0..3d8077b15ec7 100644 --- a/app-emulation/vagrant/vagrant-2.2.18-r1.ebuild +++ b/app-emulation/vagrant/vagrant-2.2.18-r1.ebuild @@ -91,5 +91,5 @@ all_ruby_install() { optfeature_header "Optional emulation/container backends:" optfeature "VirtualBox support" app-emulation/virtualbox - optfeature "Docker support" app-emulation/docker + optfeature "Docker support" app-containers/docker } |