commit: 85f310c7245b1e11da9b619919e66de77bf5396b Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Fri Sep 23 08:38:01 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Fri Sep 23 08:38:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f310c7
profiles/arch/powerpc: unmask some PyQt5 flags on ppc64 Bug: https://bugs.gentoo.org/871525 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/arch/powerpc/package.use.mask | 5 ----- profiles/arch/powerpc/ppc32/package.use.mask | 5 +++++ profiles/arch/powerpc/ppc64/package.use.stable.mask | 5 +++++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 86718906cf66..8b1b8edb0e7b 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -207,11 +207,6 @@ games-emulation/dosbox glide dev-db/mysql -numa dev-db/percona-server -numa -# Davide Pesavento <[email protected]> (2016-07-28) -# The corresponding Qt5 modules are not keyworded on ppc, and we don't want to -# keyword them solely because of PyQt5 while there are no other in-tree users. -dev-python/PyQt5 bluetooth location speech - # Michael Palimaka <[email protected]> (2016-07-07) # Requires unkeyworded dependencies dev-vcs/subversion kwallet diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 91f37716ade9..734395f077dc 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected]> (2022-09-23) +# The corresponding Qt5 modules are not keyworded on ppc, and we don't want to +# keyword them solely because of PyQt5 while there are no other in-tree users. +dev-python/PyQt5 bluetooth location speech + # Andrey Grozin <[email protected]> (2022-09-02) # dev-libs/capstone not keyworded dev-lisp/sbcl capstone diff --git a/profiles/arch/powerpc/ppc64/package.use.stable.mask b/profiles/arch/powerpc/ppc64/package.use.stable.mask index cdfeabfe61af..52c4c9f9646d 100644 --- a/profiles/arch/powerpc/ppc64/package.use.stable.mask +++ b/profiles/arch/powerpc/ppc64/package.use.stable.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Andrew Ammerlaan <[email protected]> (2022-09-23) +# The corresponding Qt5 modules are not stable keyworded on ppc64, and we don't want to +# keyword them solely because of PyQt5 while there are no other in-tree users. +dev-python/PyQt5 bluetooth + # Matt Turner <[email protected]> (2022-07-28) # kde-frameworks/plasma not stable on ppc64 app-i18n/uim kde
