commit: 6421bc8733b8cf96200298d2b052992f4ff69b9b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat May 23 18:39:08 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat May 23 18:42:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6421bc87
profiles: Mask obsolete GNOME 2 era packages for removal Bug: https://bugs.gentoo.org/640022 Bug: https://bugs.gentoo.org/708094 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 87e08322ee7..494f4a3fc00 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,14 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner <[email protected]> (2020-05-23) +# Obsolete GNOME 2 era packages, stuck on Python 2 and pygtk, +# bugs #640022, #708094. Masked for removal in 30 days. +dev-python/gconf-python +dev-python/gnome-python-base +dev-python/pygtksourceview +<app-text/cherrytree-0.99 + # Hans de Graaff <[email protected]> (2020-05023) # Masked for removal in 30 days. # Not useful anymore now that metasploit has been removed.
