commit:     702dc32d9f049a3836a56aa4f90d1fe77e092819
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 18:38:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 18:50:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=702dc32d

app-containers/docker: fix pkg_postinst referencing removed IUSE=cli

Closes: https://bugs.gentoo.org/900771
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-containers/docker/docker-23.0.1.ebuild | 21 ---------------------
 1 file changed, 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() {

Reply via email to