commit: ccd9b5f9ddb2878eb90056ef9c69cd59bbc236dd Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Mon Mar 18 23:41:27 2024 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Mon Mar 18 23:41:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd9b5f9
profiles/base: unmask py312 from pytest-s-f (bug #927142) Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> profiles/base/package.use.mask | 4 ---- 1 file changed, 4 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index ae9654b3e59e..985eb48e8901 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -15,10 +15,6 @@ app-crypt/pinentry qt6 # https://github.com/psycopg/psycopg/issues/734 <=dev-python/psycopg-3.1.18 native-extensions -# Sam James <[email protected]> (2024-03-17) -# Needs masked version of salt (bug #927142). -dev-python/pytest-salt-factories python_targets_python3_12 - # Volkmar W. Pogatzki <[email protected]> (2024-03-10) # These packages have RESTRICT="test" and depend on dev-java/ant-junit # which is going away. Remove this mask when ebuilds are updated.
