commit: 9940b361aac3f7da59a456534ac94321b502829a Author: Alexys Jacob <ultrabug <AT> gentoo <DOT> org> AuthorDate: Mon Nov 9 14:25:28 2020 +0000 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org> CommitDate: Mon Nov 9 14:27:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9940b361
profiles/package.mask: mask python2 only dev-db/mongodb versions Closes: https://bugs.gentoo.org/708954 Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 34d94cb7346..e6e69df93d3 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,13 @@ #--- END OF EXAMPLES --- +# Alexys Jacob <[email protected]> (2020-11-09) +# Mask dev-db/mongodb versions which do not support python3 so we +# can move forward in cleaning python2 from tree. Bug #708954. +# We keep the ebuilds available since some of those versions are still +# supported by upstream. See: https://jira.mongodb.org/browse/SERVER-52687 +<dev-db/mongodb-4.2.8 + # Benda Xu <[email protected]> (2020-11-09) # dead packages with latest releases before 2013 these are superseded # by other scikit packages scikit-optimize, sktime Removal in 30 days
