* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/, profiles/arch/x86/
@ 2017-08-19 22:49 Gilles Dartiguelongue
0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue @ 2017-08-19 22:49 UTC (permalink / raw
To: gentoo-commits
commit: 18764d86dd24fa0985201178f23c752f9265c231
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 22:28:49 2017 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 22:48:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18764d86
profiles: drop obsolete mask for dev-libs/glib[systemtap]
profiles/arch/amd64/package.use.mask | 5 -----
profiles/arch/base/package.use.mask | 5 -----
profiles/arch/x86/package.use.mask | 5 -----
3 files changed, 15 deletions(-)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index d1bda943d1e..a61df9517d1 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -227,11 +227,6 @@ dev-qt/qtdeclarative -jit
dev-qt/qtscript -jit
dev-qt/qtwebkit -jit
-# Nirbheek Chauhan <nirbheek@gentoo.org> (17 Sep 2011)
-# Systemtap is masked in base/package.use.mask
-# Temporarily unmask in amd64/x86, bug 384647
-dev-libs/glib -systemtap
-
# Robin H. Johnson <robbat2@gentoo.org> (10 Jul 2011)
# PPS should work on all arches, but only keyworded on amd64/x86
>=net-misc/ntp-4.2.6_p3-r1 -parse-clocks
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index a48c31f84ba..5b49ff3fc4d 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -199,11 +199,6 @@ dev-qt/qtwebkit jit
# see arch/x86/package.use.mask
www-client/links suid
-# Nirbheek Chauhan <nirbheek@gentoo.org> (17 Sep 2011)
-# Systemtap is not keyworded on anything except amd64/x86
-# Temporarily mask instead of dropping keywords, bug 384647
-dev-libs/glib systemtap
-
# Robin H. Johnson <robbat2@gentoo.org> (10 Jul 2011)
# PPS should work on all arches, but only keyworded on amd64/x86
>=net-misc/ntp-4.2.6_p3-r1 parse-clocks
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 3b0b782b4f2..9e45aa09ab6 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -215,11 +215,6 @@ dev-qt/qtwebkit -jit
# see base/package.use.mask
www-client/links -suid
-# Nirbheek Chauhan <nirbheek@gentoo.org> (17 Sep 2011)
-# Systemtap is masked in base/package.use.mask
-# Temporarily unmask in amd64/x86, bug 384647
-dev-libs/glib -systemtap
-
# Robin H. Johnson <robbat2@gentoo.org> (10 Jul 2011)
# PPS should work on all arches, but only keyworded on amd64/x86
>=net-misc/ntp-4.2.6_p3-r1 -parse-clocks
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/, profiles/arch/x86/
@ 2020-01-14 21:47 Matt Turner
0 siblings, 0 replies; 5+ messages in thread
From: Matt Turner @ 2020-01-14 21:47 UTC (permalink / raw
To: gentoo-commits
commit: eee1fd838ac6e899229d75ea8cae260b4c20c593
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 21:46:29 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 21:46:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee1fd83
profiles: Allow VIDEO_CARDS=iris only on amd64/x86
Closes: https://bugs.gentoo.org/704730
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
profiles/arch/amd64/use.mask | 1 +
profiles/arch/base/use.mask | 1 +
profiles/arch/x86/use.mask | 1 +
3 files changed, 3 insertions(+)
diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
index 773b4862f2e..c2af8ba1c89 100644
--- a/profiles/arch/amd64/use.mask
+++ b/profiles/arch/amd64/use.mask
@@ -117,6 +117,7 @@
-video_cards_i915
-video_cards_i965
-video_cards_intel
+-video_cards_iris
-video_cards_nvidia
-video_cards_siliconmotion
-video_cards_vesa
diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask
index 10bf338ad85..dabc00d37ee 100644
--- a/profiles/arch/base/use.mask
+++ b/profiles/arch/base/use.mask
@@ -131,6 +131,7 @@ video_cards_ast
video_cards_i915
video_cards_i965
video_cards_intel
+video_cards_iris
video_cards_nvidia
video_cards_vesa
video_cards_via
diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
index bfe15cba31f..7948162763a 100644
--- a/profiles/arch/x86/use.mask
+++ b/profiles/arch/x86/use.mask
@@ -134,6 +134,7 @@ python_single_target_python3_7
-video_cards_i915
-video_cards_i965
-video_cards_intel
+-video_cards_iris
-video_cards_nvidia
-video_cards_siliconmotion
-video_cards_vmware
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/, profiles/arch/x86/
@ 2021-05-01 3:39 Matt Turner
0 siblings, 0 replies; 5+ messages in thread
From: Matt Turner @ 2021-05-01 3:39 UTC (permalink / raw
To: gentoo-commits
commit: dbc56f53dc48625bcc3bbbaa695bb48303b85a1d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat May 1 03:38:54 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat May 1 03:38:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc56f53
profiles: Mask USE=sysprof on x11-libs/pango where appropriate
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 1 +
profiles/arch/base/package.use.mask | 1 +
profiles/arch/x86/package.use.mask | 1 +
3 files changed, 3 insertions(+)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index a97c6325f2e..2e8662efc82 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -109,6 +109,7 @@ dev-libs/glib -sysprof
gnome-extra/cjs -sysprof
x11-libs/gtk+ -sysprof
net-libs/libsoup -sysprof
+x11-libs/pango -sysprof
# Andreas Sturmlechner <asturm@gentoo.org> (2020-02-26)
# Vulkan is available on amd64.
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index 38d96d87805..b66e43f2244 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -89,6 +89,7 @@ dev-libs/glib sysprof
gnome-extra/cjs sysprof
x11-libs/gtk+ sysprof
net-libs/libsoup sysprof
+x11-libs/pango sysprof
# Andreas Sturmlechner <asturm@gentoo.org> (2020-02-26)
# Vulkan support is only available on few selected arches atm.
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 38a7fe6960d..4f8856f1579 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -118,6 +118,7 @@ dev-libs/glib -sysprof
gnome-extra/cjs -sysprof
x11-libs/gtk+ -sysprof
net-libs/libsoup -sysprof
+x11-libs/pango -sysprof
# Andreas Sturmlechner <asturm@gentoo.org> (2020-02-26)
# Vulkan is available on x86.
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/, profiles/arch/x86/
@ 2021-10-22 22:51 James Le Cuirot
0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2021-10-22 22:51 UTC (permalink / raw
To: gentoo-commits
commit: 690e23751563df72eb48777bd7214dc8c0a5255c
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 22 22:47:47 2021 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Oct 22 22:47:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690e2375
profiles: Mask app-emulation/fs-uae[jit] except on amd64 and x86
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 4 ++++
profiles/arch/base/package.use.mask | 4 ++++
profiles/arch/x86/package.use.mask | 4 ++++
3 files changed, 12 insertions(+)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 7498557f179..f664687b9b9 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# James Le Cuirot <chewi@gentoo.org> (2021-10-22)
+# The JIT feature only works on amd64 and x86.
+app-emulation/fs-uae -jit
+
# Marek Szuba <marecki@gentoo.org> (2021-10-10)
# Does work on amd64 and x86
x11-misc/read-edid -vbe-mode
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index f8c1f0e1751..b286847139d 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# James Le Cuirot <chewi@gentoo.org> (2021-10-22)
+# Only available on some architectures.
+app-emulation/fs-uae jit
+
# Lars Wendler <polynomial-c@gentoo.org> (2021-08-27)
# Lacks various keywords in media-libs/webrtc-audio-processing
media-video/pipewire echo-cancel
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index f6a56f5514d..bc9f5bce2d6 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# James Le Cuirot <chewi@gentoo.org> (2021-10-22)
+# The JIT feature only works on amd64 and x86.
+app-emulation/fs-uae -jit
+
# Marek Szuba <marecki@gentoo.org> (2021-10-10)
# Does work on amd64 and x86
x11-misc/read-edid -vbe-mode
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/, profiles/arch/x86/
@ 2024-02-09 12:51 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2024-02-09 12:51 UTC (permalink / raw
To: gentoo-commits
commit: 97eb5f9a8ccc996d496623d05a6ce5d6aeb42b93
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 9 12:47:53 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 9 12:50:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97eb5f9a
profiles/arch: mask installkernel[refind] on all but amd64 and x86
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 4 ++++
profiles/arch/base/package.use.mask | 4 ++++
profiles/arch/x86/package.use.mask | 4 ++++
3 files changed, 12 insertions(+)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index e5fde88dd457..91438397ce77 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-02-09)
+# Refind is only available on a subset of arches
+sys-kernel/installkernel -refind
+
# Ionen Wolkens <ionen@gentoo.org> (2024-01-27)
# dev-python/PyQt6 and dev-python/pyside6 are keyworded here
dev-python/QtPy -pyqt6 -pyside6
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index 833dc1d76cc4..fed90b77508a 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-02-09)
+# Refind is only available on a subset of arches
+sys-kernel/installkernel refind
+
# Ionen Wolkens <ionen@gentoo.org> (2024-01-27)
# dev-python/PyQt6 and dev-python/pyside6 have very few keywords
dev-python/QtPy pyqt6 pyside6
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 87c8ca636628..043790e263d5 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
+# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-02-09)
+# Refind is only available on a subset of arches
+sys-kernel/installkernel -refind
+
# Marek Szuba <marecki@gentoo.org> (2024-02-01)
# dev-libs/isa-l is seriously broken on x86 (Bugs #922193, #923425),
# and upstream seems to have little to no interest in really
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-02-09 12:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-01 3:39 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/, profiles/arch/x86/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2024-02-09 12:51 Andrew Ammerlaan
2021-10-22 22:51 James Le Cuirot
2020-01-14 21:47 Matt Turner
2017-08-19 22:49 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox