commit:     ee19479da9530d9b02ce8c6b5b3182e9156a14c7
Author:     José P. R. N. Assis <espinafre <AT> gmail <DOT> com>
AuthorDate: Mon Mar 25 18:27:27 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 16:29:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee19479d

dev-python/qscintilla-python: mask USE=qt6 on ppc64, x86 #916232

Masked the qt6 USE flag on ppc64 and x86 arches, since there is
no PyQt6 (a dependency enabled by the USE flag) on those arches.

Bug: https://bugs.gentoo.org/916232
Signed-off-by: José P. R. N. Assis <espinafre <AT> gmail.com>
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 profiles/arch/powerpc/ppc64/package.use.mask | 4 ++++
 profiles/arch/x86/package.use.mask           | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/profiles/arch/powerpc/ppc64/package.use.mask 
b/profiles/arch/powerpc/ppc64/package.use.mask
index 369bc3861f2e..bb9f219524a8 100644
--- a/profiles/arch/powerpc/ppc64/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# José de Paula R. N. Assis <espina...@gmail.com> (2024-03-25)
+# No PyQt6 (which is needed by USE=qt6 for qscintilla-python) on ppc64.
+>=dev-python/qscintilla-python-2.14.1-r1 qt6
+
 # Sam James <s...@gentoo.org> (2024-03-23)
 # dev-qt/qtwebengine not available here
 dev-python/QtPy webengine test

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 6dafc718a187..3a7916b4e2d5 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# José de Paula R. N. Assis <espina...@gmail.com> (2024-03-25)
+# No PyQt6 (which is needed by USE=qt6 for qscintilla-python) on x86.
+>=dev-python/qscintilla-python-2.14.1-r1 qt6
+
 # Andreas Sturmlechner <ast...@gentoo.org> (2024-03-24)
 # Requires unkeyworded dev-qt/qtwebengine
 net-p2p/ktorrent rss

Reply via email to