diff options
author | Sam James <sam@gentoo.org> | 2023-03-11 18:38:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-11 18:50:28 +0000 |
commit | 702dc32d9f049a3836a56aa4f90d1fe77e092819 (patch) | |
tree | af4947c111555fbab160dae378dbbccf66d9be44 /app-containers/docker | |
parent | media-gfx/graphviz: drop 5.0.1-r2 (diff) | |
download | gentoo-702dc32d9f049a3836a56aa4f90d1fe77e092819.tar.gz gentoo-702dc32d9f049a3836a56aa4f90d1fe77e092819.tar.bz2 gentoo-702dc32d9f049a3836a56aa4f90d1fe77e092819.zip |
app-containers/docker: fix pkg_postinst referencing removed IUSE=cli
Closes: https://bugs.gentoo.org/900771
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers/docker')
-rw-r--r-- | app-containers/docker/docker-23.0.1.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/app-containers/docker/docker-23.0.1.ebuild b/app-containers/docker/docker-23.0.1.ebuild index e8c53f5f178b..e52d11e4501a 100644 --- a/app-containers/docker/docker-23.0.1.ebuild +++ b/app-containers/docker/docker-23.0.1.ebuild @@ -320,27 +320,6 @@ pkg_postinst() { elog " Check https://docs.docker.com/storage/storagedriver/zfs-driver for more info" elog fi - - if use cli; then - ewarn "Starting with docker 20.10.2, docker has been split into" - ewarn "two packages upstream, so Gentoo has followed suit." - ewarn - ewarn "app-containers/docker contains the daemon and" - ewarn "app-containers/docker-cli contains the docker command." - ewarn - ewarn "docker currently installs docker-cli using the cli use flag." - ewarn - ewarn "This use flag is temporary, so you need to take the" - ewarn "following actions:" - ewarn - ewarn "First, disable the cli use flag for app-containers/docker" - ewarn - ewarn "Then, if you need docker-cli and docker on the same machine," - ewarn "run the following command:" - ewarn - ewarn "# emerge --noreplace docker-cli" - ewarn - fi } pkg_postrm() { |