commit: faf98f40243be2bb9e3c4377bbf9be1d4af6b305 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Sat Jun 1 19:38:59 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sat Jun 1 19:40:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf98f40
profiles/*/package.use.mask: sync pyside2 and pyside6 arch use masks Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/arch/loong/package.use.mask | 1 + profiles/arch/powerpc/package.use.mask | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index efb2472587f7..5f19febd74b7 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -85,6 +85,7 @@ dev-python/requests-cache test # Andrew Ammerlaan <[email protected]> (2023-08-30) # Avoid having to keyword more Qt deps dev-python/pyside2 3d datavis location scxml +dev-python/pyside6 3d location scxml # WANG Xuerui <[email protected]> (2023-07-26) # no llvm:15 or lld:16 on loong diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 8ae2a829a2fd..23c554b9ad3d 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -76,6 +76,7 @@ dev-db/spatialite rttopo # Andrew Ammerlaan <[email protected]> (2023-08-30) # Avoid keywordming more Qt stuff dev-python/pyside2 3d datavis scxml +dev-python/pyside6 3d scxml # Andrew Ammerlaan <[email protected]> (2023-03-07) # nbval/nbclassic docs require pandoc which is not keyworded here yet
