* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/
@ 2019-06-09 17:24 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2019-06-09 17:24 UTC (permalink / raw
To: gentoo-commits
commit: fcfcc51658d9bf85b961f2dfa69f4665b50349c3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 9 17:20:18 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 9 17:24:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcfcc516
profiles: Mask media-video/vlc[libplacebo] everywhere except amd64
Bug: https://bugs.gentoo.org/687722
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 4 ++++
profiles/arch/base/package.use.mask | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 4b06f8b458e..e8bbd94d91a 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Andreas Sturmlechner <asturm@gentoo.org> (09 May 2019)
+# media-libs/libplacebo is keyworded on amd64
+media-video/vlc -libplacebo
+
# Denis Lisov <dennis.lissov@gmail.com> (09 May 2019)
# Overlay can only be built on amd64 and x86
x11-apps/igt-gpu-tools -overlay
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index 8c88200fef3..3a4467d0071 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Andreas Sturmlechner <asturm@gentoo.org> (09 May 2019)
+# media-libs/libplacebo is not keyworded anywhere except amd64 yet
+media-video/vlc libplacebo
+
# Denis Lisov <dennis.lissov@gmail.com> (09 May 2019)
# Overlay can only be built on amd64 and x86
x11-apps/igt-gpu-tools overlay
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/
@ 2023-11-22 11:52 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-11-22 11:52 UTC (permalink / raw
To: gentoo-commits
commit: 146afb1ed27c9261513f95f8a3faed952447dd8f
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Fri Nov 17 16:22:08 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 11:51:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=146afb1e
profiles: allow USE=hip only on amd64
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33874
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/arch/amd64/use.mask | 4 ++++
profiles/arch/amd64/use.stable.mask | 4 ++++
profiles/arch/base/use.mask | 3 +++
3 files changed, 11 insertions(+)
diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
index 3e17c184e946..048f26b5883f 100644
--- a/profiles/arch/amd64/use.mask
+++ b/profiles/arch/amd64/use.mask
@@ -4,6 +4,10 @@
# Unmask the flag which corresponds to ARCH.
-amd64
+# Paul Zander <negril.nx+gentoo@gmail.com> (2023-11-17)
+# ROCm/HIP works here
+-hip
+
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-07-11)
# Unmask secureboot flag on arches where sbsigntools is keyworded
-secureboot
diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask
index dc93eb4e00b2..5f97cbc0e630 100644
--- a/profiles/arch/amd64/use.stable.mask
+++ b/profiles/arch/amd64/use.stable.mask
@@ -4,6 +4,10 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
+# Paul Zander <negril.nx+gentoo@gmail.com> (2023-11-17)
+# ROCm/HIP is not suitable for stabilization.
+hip
+
# Jimi Huotari <chiitoo@gentoo.org> (2023-03-03)
# Mask until stable.
pyside6
diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask
index fea25523e4a2..216f30b7336f 100644
--- a/profiles/arch/base/use.mask
+++ b/profiles/arch/base/use.mask
@@ -37,6 +37,9 @@ oci8
cuda
nvenc
+# ROCm/HIP only works on amd64
+hip
+
# masking here, and unmasking in arch/x86/use.mask
vidix
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/
@ 2023-09-13 16:42 Ionen Wolkens
0 siblings, 0 replies; 11+ messages in thread
From: Ionen Wolkens @ 2023-09-13 16:42 UTC (permalink / raw
To: gentoo-commits
commit: de5a94e0af5f81d7cd89ccc478eb1fc3f0398fd8
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 14:43:20 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 16:40:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5a94e0
profiles/arch: mask dev-qt/qtbase[renderdoc] on non-amd64
In advance, mask not really needed until Qt6.7+ is keyworded.
Do not believe this is very interesting to keyword (very obscure
feature for qtbase), but could be revisited if someone wants this.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 4 ++++
profiles/arch/base/package.use.mask | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index cd381dfdd243..189fff8bb107 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Ionen Wolkens <ionen@gentoo.org> (2023-09-13)
+# media-gfx/renderdoc is keyworded here
+dev-qt/qtbase -renderdoc
+
# Sam James <sam@gentoo.org> (2023-09-07)
# media-libs/roc-toolkit is not keyworded in most places
media-video/pipewire -roc
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index 0a83decefa79..4e5678bfaf67 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Ionen Wolkens <ionen@gentoo.org> (2023-09-13)
+# media-gfx/renderdoc currently has few keywords
+dev-qt/qtbase renderdoc
+
# Sam James <sam@gentoo.org> (2023-09-07)
# media-libs/roc-toolkit is not keyworded in most places
media-video/pipewire roc
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/
@ 2023-06-09 11:29 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-06-09 11:29 UTC (permalink / raw
To: gentoo-commits
commit: 7626550ae6795d00b29492808d61891934c9be2f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 9 11:28:54 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 9 11:28:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7626550a
profiles/arch: mask dev-util/cmake[debugger] on most arches
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 4 ++++
profiles/arch/base/package.use.mask | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 83a261731286..d2146cb91175 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Sam James <sam@gentoo.org> (2023-06-09)
+# dev-cpp/cppdap is not keyworded on most arches
+dev-util/cmake -debugger
+
# Sam James <sam@gentoo.org> (2023-05-15)
# net-libs/rustls-ffi is keyworded here
www-servers/apache -apache2_modules_tls
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index db7cae156eac..75cfebf25113 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Sam James <sam@gentoo.org> (2023-06-09)
+# dev-cpp/cppdap is not keyworded on most arches
+dev-util/cmake debugger
+
# Sam James <sam@gentoo.org> (2023-05-15)
# Unkeyworded dependencies
www-servers/apache apache2_modules_tls
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/
@ 2023-04-22 9:54 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2023-04-22 9:54 UTC (permalink / raw
To: gentoo-commits
commit: 7a721451b500b07d86405a58c074098083062b07
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 09:53:21 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 09:53:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a721451
profiles: Mask dev-python/nbval[doc] on non-amd64 stable
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/arch/amd64/package.use.stable.mask | 4 ++++
profiles/arch/base/package.use.stable.mask | 6 ++++++
2 files changed, 10 insertions(+)
diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask
index 12838fdbc612..15189b2ccec6 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2023-04-22)
+# pandoc is stable here.
+dev-python/nbval -doc
+
# Yiyang Wu <xgreenlandforwyy@gmail.com> (2023-01-27)
# AMDGPU enablement depends on dev-libs/rocr-runtime, ~amd64 only
# See also: https://bugs.gentoo.org/891499
diff --git a/profiles/arch/base/package.use.stable.mask b/profiles/arch/base/package.use.stable.mask
new file mode 100644
index 000000000000..899f9ebf4d3a
--- /dev/null
+++ b/profiles/arch/base/package.use.stable.mask
@@ -0,0 +1,6 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Michał Górny <mgorny@gentoo.org> (2023-04-22)
+# pandoc is stable on amd64 only.
+dev-python/nbval doc
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/
@ 2022-10-12 13:47 Ionen Wolkens
0 siblings, 0 replies; 11+ messages in thread
From: Ionen Wolkens @ 2022-10-12 13:47 UTC (permalink / raw
To: gentoo-commits
commit: 9c3e42d447b4da2b4ede38c12b27b0d1059e4865
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 13:01:47 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 13:42:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3e42d4
profiles/arch: drop obsolete wine-* vulkan/vkd3d mask
These are available everywhere wine is keyworded on, and
seems fine from a quick look on x86.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 5 -----
profiles/arch/base/package.use.mask | 5 -----
2 files changed, 10 deletions(-)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index c25fc2368777..30eb24984243 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -223,11 +223,6 @@ dev-util/catalyst -system-bootloader
# Mask everywhere, unmask where appropriate.
media-video/mpv -vulkan
-# Nick Sarnie <sarnex@gentoo.org> (2018-04-29)
-# media-libs/vulkan-loader and app-emulation/vkd3d are keyworded on amd64
-app-emulation/wine-staging -vulkan
-app-emulation/wine-vanilla -vkd3d -vulkan
-
# Richard Yao <ryao@gentoo.org> (2018-04-16)
# sys-fs/zfs is keyworded on amd64
sys-cluster/ceph -zfs
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index 9f6f97a22618..98346e30c17c 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -212,11 +212,6 @@ dev-util/catalyst system-bootloader
# Mask everywhere, unmask where appropriate.
media-video/mpv vulkan
-# Nick Sarnie <sarnex@gentoo.org> (2018-04-29)
-# media-libs/vulkan-loader and app-emulation/vkd3d are not available everywhere
-app-emulation/wine-staging vulkan
-app-emulation/wine-vanilla vkd3d vulkan
-
# Richard Yao <ryao@gentoo.org> (2018-04-16)
# sys-fs/zfs is not available everywhere.
sys-cluster/ceph zfs
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/
@ 2022-05-22 7:59 Lars Wendler
0 siblings, 0 replies; 11+ messages in thread
From: Lars Wendler @ 2022-05-22 7:59 UTC (permalink / raw
To: gentoo-commits
commit: 1019355f492f0d3671cf1467f9fd8bb980f799da
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 07:54:13 2022 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun May 22 07:59:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1019355f
profiles/arch: Mask qmmp's xmp USE flag on non-amd64 arches for now
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 3 +++
profiles/arch/base/package.use.mask | 3 +++
2 files changed, 6 insertions(+)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 789b47500e10..0c7b239567e0 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,9 @@
#--- END OF EXAMPLES ---
+# Unmask media-libs/libxmp here
+media-sound/qmmp -xmp
+
# Jakov Smolić <jsmolic@gentoo.org> (2022-05-15)
# media-video/nvidia_video_sdk is masked for removal
media-libs/avidemux-core nvenc
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index 9b39c72ba291..fbc14706bb29 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# media-libs/libxmp requires keywording
+media-sound/qmmp xmp
+
# WANG Xuerui <xen0n@gentoo.org> (2022-04-24)
# This is only for bringing in the not-upstreamed-yet LoongArch patchset;
# masked everywhere in order to minimize impact on other arches.
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/
@ 2021-01-29 21:58 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2021-01-29 21:58 UTC (permalink / raw
To: gentoo-commits
commit: 3a8cd313bd170a76d7e17b7d5a2012fb2de2982b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 21:51:48 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 21:58:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8cd313
profiles/arch: Add mask/unmask for compiler-rt-sanitizers[memprof]
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 2 +-
profiles/arch/base/package.use.mask | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 2e1ab42bf14..8c2a5a42a7f 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -27,7 +27,7 @@ net-misc/asterisk -blocks
sys-libs/compiler-rt-sanitizers -asan -dfsan -lsan -msan -hwasan -tsan
sys-libs/compiler-rt-sanitizers -ubsan -safestack -cfi -scudo
sys-libs/compiler-rt-sanitizers -gwp-asan
-sys-libs/compiler-rt-sanitizers -libfuzzer -profile -xray
+sys-libs/compiler-rt-sanitizers -libfuzzer -memprof -profile -xray
# Sam James <sam@gentoo.org> (2020-10-24)
# asm redc is only available on amd64,
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index 11f27d68134..f60d134fb6e 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -10,7 +10,7 @@ net-misc/asterisk blocks
sys-libs/compiler-rt-sanitizers asan dfsan lsan msan hwasan tsan
sys-libs/compiler-rt-sanitizers ubsan safestack cfi scudo
sys-libs/compiler-rt-sanitizers shadowcallstack gwp-asan
-sys-libs/compiler-rt-sanitizers libfuzzer profile xray
+sys-libs/compiler-rt-sanitizers libfuzzer memprof profile xray
# Sam James <sam@gentoo.org> (2020-10-24)
# asm redc is only available on amd64,
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/
@ 2017-09-19 13:38 Amy Liffey
0 siblings, 0 replies; 11+ messages in thread
From: Amy Liffey @ 2017-09-19 13:38 UTC (permalink / raw
To: gentoo-commits
commit: 71daa9a503e15bb22badb488c94937bc57604e9d
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 13:31:15 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 13:31:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71daa9a5
profiles: mask contrib_features2d in base, unmask amd64
profiles/arch/amd64/package.use.mask | 4 ++++
profiles/arch/base/package.use.mask | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 8e8c69b00f5..b82f6915cfc 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Amy Liffey <amynka@gentoo.org> (19 Sep 2017)
+# [cuda] is unmasked in this profiles.
+media-libs/opencv -contrib_xfeatures2d
+
# Brian Evans <grknight@gentoo.org> (21 Jul 2017)
# app-crypt/argon2 is keyworded on amd64
dev-lang/php -argon2
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index 11c5085cfcd..2bc6156c440 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# Amy Liffey <amynka@gentoo.org> (19 Sep 2017)
+# Requires [cuda] which is masked in most of the profiles.
+media-libs/opencv -contrib_xfeatures2d
+
# Alon Bar-Lev <alonbl@gentoo.org> (01 Sep 2017)
# dev-python/tlslite is keyworded only for x86/amd64
# waiting for ppc, bug#629506
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/
@ 2017-05-20 21:24 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2017-05-20 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 23d6bd872585bf07f58e2e9d5b4fe99d48f2b8ac
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 7 12:55:30 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 20 21:24:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d6bd87
profiles/arch: Remove redundant package.use.mask entries for cuda
The cuda flag is controlled via use.mask, so there is no need for
duplicate entries in package.use.mask. Furthermore, they cause issues
with use.stable.mask.
profiles/arch/amd64/package.use.mask | 21 ++-------------------
profiles/arch/base/package.use.mask | 23 +++--------------------
2 files changed, 5 insertions(+), 39 deletions(-)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index cb0fafd197a..53e4ea6721d 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -153,7 +153,7 @@ app-editors/gvim -luajit -racket
# Kacper Kowalik <xarthisius@gentoo.org> (09 Aug 2013)
# Works on amd64
-sys-apps/hwloc -cuda -gl
+sys-apps/hwloc -gl
# Michał Górny <mgorny@gentoo.org> (22 Jul 2013)
# Meaningless on amd64 (it controls the 32-bit x86 JIT).
@@ -162,18 +162,13 @@ dev-python/pypy-bin cpu_flags_x86_sse2
dev-python/pypy3 cpu_flags_x86_sse2
dev-python/pypy3-bin cpu_flags_x86_sse2
-# Justin Lecher <jlec@gentoo.org> (21 Feb 2013)
-# cuda only works on x86 and amd64
-sci-libs/cholmod -cuda
-sci-libs/flann -cuda
-
# Alexandre Rostovtsev <tetromino@gentoo.org> (30 Dec 2012)
# chromium, mono work on this arch (masked in base)
gnome-extra/zeitgeist-datasources -chromium
# Christoph Junghans <junghans@gentoo.org> (26 Dec 2012)
# cuda works on x86/amd64 (masked in base)
-sci-chemistry/gromacs -cuda -mkl
+sci-chemistry/gromacs -mkl
# Diego Elio Pettenò <flameeyes@gentoo.org> (3 Nov 2012)
# Unmask here, as it's masked in base.
@@ -191,10 +186,6 @@ media-libs/freetype -infinality
# Masked in base like the above.
dev-java/icedtea -infinality
-# Rick Farina <zerochaos@gentoo.org> (05 July 2012)
-# masked in base, unmask x86/amd64 only
-app-crypt/johntheripper -cuda
-
# Mike Gilbert <floppym@gentoo.org> (29 Jun 2012)
# sys-fs/zfs is not available everywhere.
sys-boot/grub -libzfs
@@ -265,10 +256,6 @@ media-libs/mesa -llvm
# x86 platforms works
sys-power/pm-utils -video_cards_intel -video_cards_radeon
-# Mounir Lamouri <volkmar@gentoo.org> (07 Nov 2009)
-# Masked in base, unmak for amd64/x86. Bug 267264
-media-gfx/k3d -cuda
-
# Jean-Noël Rivasseau <elvanor@gentoo.org> (23 Sep 2009)
# X use flag only for amd64/x86, bug 285951.
media-gfx/iscan -X
@@ -291,10 +278,6 @@ media-libs/imlib2 cpu_flags_x86_mmx
# bad comment heading. see bug #246144
media-video/mplayer -cpudetection
-# Tomas Chvatal <scarabeus@gentoo.org> (31 Jan 2009)
-# masked in base, unmask for x86/amd64
-sci-misc/boinc -cuda
-
# Serkan Kaba <serkan@gentoo.org> (20 Jul 2008)
app-text/enchant -zemberek
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index a9d8a52cdad..ad0394c7a84 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -135,20 +135,15 @@ app-editors/gvim luajit racket
# Kacper Kowalik <xarthisius@gentoo.org> (09 Aug 2013)
# Doesn't work on most profiles. Easier to mask here and
# unmask in particular profiles
-sys-apps/hwloc cuda gl opencl
-
-# Justin Lecher <jlec@gentoo.org> (21 Feb 2013)
-# cuda only works on x86 and amd64
-sci-libs/cholmod cuda
-sci-libs/flann cuda
+sys-apps/hwloc gl opencl
# Alexandre Rostovtsev <tetromino@gentoo.org> (30 Dec 2012)
# chromium is keyworded only on a few arches
gnome-extra/zeitgeist-datasources chromium
# Christoph Junghans <junghans@gentoo.org> (26 Dec 2012)
-# cuda/mkl only works on x86/amd64
-sci-chemistry/gromacs cuda mkl
+# mkl only works on x86/amd64
+sci-chemistry/gromacs mkl
# Diego Elio Pettenò <flameeyes@gentoo.org> (3 Nov 2012)
# Requires net-dns/unbound which is not keyworded by most arches
@@ -162,10 +157,6 @@ media-libs/freetype infinality
# Mask this in conjunction with the above.
dev-java/icedtea infinality
-# Rick Farina <zerochaos@gentoo.org> (05 July 2012)
-# cuda is available on x86/amd64 only
-app-crypt/johntheripper cuda
-
# Mike Gilbert <floppym@gentoo.org> (29 Jun 2012)
# sys-fs/zfs is not available everywhere.
sys-boot/grub libzfs
@@ -229,18 +220,10 @@ dev-libs/glib systemtap
# Masked because tools pulled in are not supported on most archs.
sys-power/pm-utils video_cards_intel video_cards_radeon
-# Mounir Lamouri <volkmar@gentoo.org> (07 Nov 2009)
-# Mask cuda for k3d. Works only on amd64/x86. Bug 267264
-media-gfx/k3d cuda
-
# Jean-Noël Rivasseau <elvanor@gentoo.org> (23 Sep 2009)
# X use flag only for amd64/x86, bug 285951.
media-gfx/iscan X
-# Tomas Chvatal <scarabeus@gentoo.org> (31 Jan 2009)
-# mask cuda for boinc. Works only on amd64 and x86
-sci-misc/boinc cuda
-
# Robert Buchholz <rbu@gentoo.org> (16 Aug 2008)
# TLS needs dev-libs/cryptlib, which is x86 only
dev-python/kaa-base tls
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/
@ 2017-05-11 20:59 Richard Farina
0 siblings, 0 replies; 11+ messages in thread
From: Richard Farina @ 2017-05-11 20:59 UTC (permalink / raw
To: gentoo-commits
commit: e744797de46ab370aa992d46625dd11b8fe1ec82
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 20:57:54 2017 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu May 11 20:59:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e744797d
profile: set use mask for some metasploit flags which are arch specific
profiles/arch/amd64/package.use.mask | 4 ++++
profiles/arch/base/package.use.mask | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 45483927bbc..372ea9c3dfa 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Rick Farina <zerochaos@gentoo.org> (11 May 2017)
+# nexpose and openvas work on amd64
+net-analyzer/metasploit nexpose openvas
+
# Thomas Deutschmann <whissi@gentoo.org> (01 Mar 2017)
# dev-libs/libmaxminddb is keyworded on amd64
app-admin/rsyslog -mdblookup
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index f2d3a9b4916..5adfb6a0971 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# Rick Farina <zerochaos@gentoo.org> (11 May 2017)
+# the needed deps are amd64/x86 only
+net-analyzer/metasploit nexpose openvas
+
# Thomas Deutschmann <whissi@gentoo.org> (01 Mar 2017)
# dev-libs/libmaxminddb is only keyworded on amd64 and x86 at the moment
app-admin/rsyslog mdblookup
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2023-11-22 11:52 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-09 17:24 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2023-11-22 11:52 Sam James
2023-09-13 16:42 Ionen Wolkens
2023-06-09 11:29 Sam James
2023-04-22 9:54 Michał Górny
2022-10-12 13:47 Ionen Wolkens
2022-05-22 7:59 Lars Wendler
2021-01-29 21:58 Michał Górny
2017-09-19 13:38 Amy Liffey
2017-05-20 21:24 Michał Górny
2017-05-11 20:59 Richard Farina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox