commit: d85cc957484aad7d3200ea4e4dbac47e9fd62e01 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Wed Aug 30 09:29:02 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Wed Aug 30 09:29:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85cc957
profiles/arch: mask unvailable dev-python/pyside2 Qt deps Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/arch/loong/package.use.mask | 4 ++++ profiles/arch/powerpc/package.use.mask | 4 ++++ profiles/arch/riscv/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 8b9284650561..6dcdbc7372c3 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected]> (2023-08-30) +# Avoid having to keyword more Qt deps +dev-python/pyside2 3d datavis script location scxml + # WANG Xuerui <[email protected]> (2023-08-05) # no keyworded lld dev-lang/rust wasm diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 8cc21eeec40e..ebbec045f685 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected]> (2023-08-30) +# Avoid keywordming more Qt stuff +dev-python/pyside2 3d datavis scxml + # Andrew Ammerlaan <[email protected]> (2023-03-07) # nbval/nbclassic docs require pandoc which is not keyworded here yet dev-python/nbval doc diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 9e2d17030341..b64b630064b9 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected] (2023-08-30) +# Avoid keywording more Qt stuff +dev-python/pyside2 datavis + # Marek Szuba <[email protected]> (2023-08-19) # dev-libs/pocl needs some work before it can be keyworded here (Bug #907333). dev-python/pyopencl test
