commit: b1e27ebcaab82dea490ab48f29c269240c0b74ba Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Sat Mar 9 07:40:02 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sat Mar 9 07:40:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e27ebc
profiles/package.deprecated: deprecate pyside2 and friends Bug: https://bugs.gentoo.org/864391 Bug: https://bugs.gentoo.org/920544 Bug: https://bugs.gentoo.org/915379 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/package.deprecated | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 50f5e9adaa0d..d67d95ba3979 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,14 @@ #--- END OF EXAMPLES --- +# Andrew Ammerlaan <[email protected]> (2024-03-09) +# Unmaintained upstream. Does not build with llvm-16 and up, nor with +# python-3.12 and up. Please port to Qt6. +# Bug: https://bugs.gentoo.org/920544 +dev-python/pyside2 +dev-python/pyside2-tools +dev-python/shiboken2 + # Michał Górny <[email protected]> (2024-01-23) # Unmaintained, very hacky package. Its replacement, berkeleydb, # was so bad that we've lastrited it.
