commit: 591e7b209707d677fbeb6cece579316265071e26 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Sun Sep 25 20:08:07 2022 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Sun Sep 25 20:10:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591e7b20
profiles/base: mask USE=test-full on dev-python/subprocess-tee Temporary, to break circular stabilisation dependency between subprocess-tee and app-admin/ansible-molecule. Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/base/package.use.stable.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.stable.mask b/profiles/base/package.use.stable.mask index 2af8a5bd9b65..6da1b547609d 100644 --- a/profiles/base/package.use.stable.mask +++ b/profiles/base/package.use.stable.mask @@ -4,6 +4,12 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Marek Szuba <[email protected]> (2022-09-25) +# This depends on app-admin/ansible-molecule, which is not stable yet. +# Moreover, all but the most recent versions of ansible-molecule +# depend in turn on subprocess-tee. +dev-python/subprocess-tee test-full + # Arthur Zamarin <[email protected]> (2022-09-16) # app-emacs/flycheck is not stable dev-util/pkgcheck emacs
