commit: 44ffef0c0276f88ba844b1437c310599782a0fcd Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jan 6 15:59:50 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jan 6 16:00:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ffef0c
profiles.mask: Mask new app-emulation/docker* Bug: https://bugs.gentoo.org/764122 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 5e901828f68..918b6e5e57d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,15 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2021-01-06) +# (on behalf of QA) +# The new docker version splits the docker(1) executable into a separate +# app-emulation/docker-cli package. However, the package is not pulled +# automatically and the new version does not even warn the user about +# that. In other words, the upgrade breaks people's systems hard. +>=app-emulation/docker-20.1.0 +>=app-emulation/docker-cli-20.1.0 + # Michał Górny <[email protected]> (2021-01-05) # The portable version has been discontinued upstream (i.e. it is now # available only as tightly coupled part of OpenBSD). The current
