commit: ed2bf3069a5353f58b0125b99b3ba2dcaebdbd06 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Mar 17 18:43:41 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Mar 17 18:44:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2bf306
profiles/base: Mask dev-python/psycopg[native-extensions] Bug: https://github.com/psycopg/psycopg/issues/734 Closes: https://bugs.gentoo.org/924180 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index ff18f8fd5c71..71a51349139a 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny <[email protected]> (2024-03-17) +# Suffers from unaligned accesses, upstream's working on it. +# 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
