[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/, profiles/arch/x86/

2024-04-16 Thread Jimi Huotari
commit: ee19479da9530d9b02ce8c6b5b3182e9156a14c7
Author: José P. R. N. Assis  gmail  com>
AuthorDate: Mon Mar 25 18:27:27 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Tue Apr 16 16:29:11 2024 +
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  gmail.com>
Signed-off-by: Jimi Huotari  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  (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  (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  (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  (2024-03-24)
 # Requires unkeyworded dev-qt/qtwebengine
 net-p2p/ktorrent rss



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/, profiles/arch/x86-fbsd/, ...

2017-10-23 Thread Ulrich Müller
commit: 8aa0926f76d06bfb75cc5012f0a5cc7aa5da2653
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Oct 23 19:46:53 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Oct 23 19:52:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa0926f

profiles: package.use.mask app-editors/emacs-vcs[mailutils] on various arches.

Bug: https://bugs.gentoo.org/635216

 profiles/arch/alpha/package.use.mask   | 4 
 profiles/arch/amd64-fbsd/package.use.mask  | 6 +-
 profiles/arch/arm/package.use.mask | 4 
 profiles/arch/ia64/package.use.mask| 4 
 profiles/arch/powerpc/ppc64/package.use.mask   | 4 
 profiles/arch/x86-fbsd/package.use.mask| 4 
 profiles/default/linux/uclibc/arm/package.use.mask | 6 +-
 7 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 06595ee1feb..db0dbd61abb 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Ulrich Müller  (23 Oct 2017)
+# Needs net-mail/mailutils which is not keyworded, bug #635216.
+app-editors/emacs-vcs mailutils
+
 # Michael Palimaka  (30 Sep 2017)
 # Required dependencies are not keyworded.
 x11-themes/qtcurve plasma

diff --git a/profiles/arch/amd64-fbsd/package.use.mask 
b/profiles/arch/amd64-fbsd/package.use.mask
index eb02f3b260e..ada83da9f35 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Ulrich Müller  (23 Oct 2017)
+# Needs net-mail/mailutils which is not keyworded, bug #635216.
+app-editors/emacs-vcs mailutils
+
 # Alexis Ballier  (31 Jan 2017)
 # nvidia drivers are unmasked here
 media-video/ffmpeg -nvenc

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index ace8eb3e1df..0c0acc547ce 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Ulrich Müller  (23 Oct 2017)
+# Needs net-mail/mailutils which is not keyworded, bug #635216.
+app-editors/emacs-vcs mailutils
+
 # Andreas Sturmlechner  (11 Oct 2017)
 # Required dependency dev-qt/qtspeech is not keyworded.
 kde-apps/konqueror speech

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 98a61f2dfc7..bf5ea1799a8 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Ulrich Müller  (23 Oct 2017)
+# Needs net-mail/mailutils which is not keyworded, bug #635216.
+app-editors/emacs-vcs mailutils
+
 # Michał Górny  (10 Aug 2017)
 # Both USE=fluidsynth and USE=timidity are masked in this profile.
 media-libs/sdl-mixer midi

diff --git a/profiles/arch/powerpc/ppc64/package.use.mask 
b/profiles/arch/powerpc/ppc64/package.use.mask
index 4de688019de..d9ddf5b663e 100644
--- a/profiles/arch/powerpc/ppc64/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Ulrich Müller  (23 Oct 2017)
+# Needs net-mail/mailutils which is not keyworded, bug #635216.
+app-editors/emacs-vcs mailutils
+
 # Gilles Dartiguelongue  (16 Aug 2017)
 # missing keyword on dev-python/dbusmock, bug #620024
 >=gnome-base/gnome-settings-daemon-3.24 test

diff --git a/profiles/arch/x86-fbsd/package.use.mask 
b/profiles/arch/x86-fbsd/package.use.mask
index 6cf70a4cc21..a9a2b39cf52 100644
--- a/profiles/arch/x86-fbsd/package.use.mask
+++ b/profiles/arch/x86-fbsd/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Ulrich Müller  (23 Oct 2017)
+# Needs net-mail/mailutils which is not keyworded, bug #635216.
+app-editors/emacs-vcs mailutils
+
 # Thomas Deutschmann  (09 Jun 2017)
 # sys-process/audit not keyworded
 sys-process/fcron audit

diff --git a/profiles/default/linux/uclibc/arm/package.use.mask 
b/profiles/default/linux/uclibc/arm/package.use.mask
index 1f208bf612c..badc0467939 100644
--- a/profiles/default/linux/uclibc/arm/package.use.mask
+++