commit: 0184022212bb8bff8d01aa0ab94f52cdc4e3e5a6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Feb 14 08:56:29 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Feb 14 09:01:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01840222
package.mask: Remove pytest-5 mask PYTHON_USEDEP in packages should enforce the appropriate version being pulled in. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 5 ----- 1 file changed, 5 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index a4fce798a56..6c30cdb9b9c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -705,11 +705,6 @@ app-office/texmacs # Fails to dbus activate properly for me. Help welcome figuring it out. net-misc/gnome-remote-desktop -# Georgy Yakovlev <[email protected]> (2019-07-26) -# Mask 5.x version -# It breaks hundreds of py2 ebuilds and not all deps are keyworded ->=dev-python/pytest-5.0.1 - # Robin H. Johnson <[email protected]> (2019-07-08) # Needs LOTS of testing, broke boot on my laptop in early attempts, maybe needs # matching genkernel work?
