* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/, profiles/arch/arm64/
@ 2024-06-23 7:54 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2024-06-23 7:54 UTC (permalink / raw
To: gentoo-commits
commit: 99f23af3fae407e07cd91b11cc280636d0b4d5a5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 07:51:15 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 07:54:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f23af3
profiles: arch: Mask all kde-apps/kdeutils-meta[gpg] except amd64/arm64
>=kde-apps/kgpg-24.05.1 and the KDE PIM (akonadi) stack will only be
keyworded where dev-qt/qtwebengine is available.
Bug: https://bugs.gentoo.org/934361
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 4 ++++
profiles/arch/arm64/package.use.mask | 4 ++++
profiles/arch/base/package.use.mask | 6 ++++++
3 files changed, 14 insertions(+)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 501559b18b84..365a5cbd6812 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> (2024-06-23)
+# Pulls in kde-apps/kgpg is keyworded here
+>=kde-apps/kdeutils-meta-24.05.1 -gpg
+
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-04-25)
# ROCm and Level-Zero are amd64-only at the moment
sys-apps/hwloc -rocm -l0
diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index 4b533c19aeab..d83b2e00517d 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Andreas Sturmlechner <asturm@gentoo.org> (2024-06-23)
+# Pulls in kde-apps/kgpg is keyworded here
+>=kde-apps/kdeutils-meta-24.05.1 -gpg
+
# Sam James <sam@gentoo.org> (2024-06-13)
# Needs as-yet-unkeyworded KF6 (bug #934215)
app-crypt/pinentry qt6
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index 44d1c8e25182..afa5d9efabee 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,12 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Andreas Sturmlechner <asturm@gentoo.org> (2024-06-23)
+# Pulls in kde-apps/kgpg which requires kde-apps/akonadi, which is as
+# part of the KDE PIM stack (big, requiring QtWebengine) only keyworded
+# on amd64 and arm64.
+>=kde-apps/kdeutils-meta-24.05.1 gpg
+
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-04-25)
# ROCm and Level-Zero are amd64-only at the moment
sys-apps/hwloc rocm l0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/, profiles/arch/arm64/
@ 2025-03-11 14:18 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2025-03-11 14:18 UTC (permalink / raw
To: gentoo-commits
commit: 677804ff898bfb25e140a93104fba7af1363f956
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 11 14:16:28 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 11 14:16:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677804ff
profiles/arch: mask sys-devel/gcc[cobol] except on amd64/arm64 for now
The COBOL frontend only allows building on a small number of platforms
for now until more testing and integration is done.
Fixes: 8238f31c5c8f4122ba30a0e425e55cef5bc366fe
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/arch/amd64/package.use.mask | 5 +++++
profiles/arch/arm64/package.use.mask | 5 +++++
profiles/arch/base/package.use.mask | 5 +++++
3 files changed, 15 insertions(+)
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index c7e4a19d0845..c5a41dc29cea 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,11 @@
#--- END OF EXAMPLES ---
+# # Sam James <sam@gentoo.org> (2025-03-11)
+# The COBOL frontend only allows building on a small number of platforms
+# for now until more testing and integration is done.
+sys-devel/gcc -cobol
+
# Ionen Wolkens <ionen@gentoo.org> (2025-03-10)
# dev-util/nvidia-cuda-toolkit is keyworded here
media-video/ffmpeg -npp
diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index 6451433d19dc..a1bf2726fc8c 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,11 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Sam James <sam@gentoo.org> (2025-03-11)
+# The COBOL frontend only allows building on a small number of platforms
+# for now until more testing and integration is done.
+sys-devel/gcc -cobol
+
# Ionen Wolkens <ionen@gentoo.org> (2025-03-10)
# dev-util/nvidia-cuda-toolkit is keyworded here
media-video/ffmpeg -npp
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index f40bfd17e468..8d11766e0f71 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,11 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Sam James <sam@gentoo.org> (2025-03-11)
+# The COBOL frontend only allows building on a small number of platforms
+# for now until more testing and integration is done.
+sys-devel/gcc cobol
+
# Ionen Wolkens <ionen@gentoo.org> (2025-03-10)
# dev-util/nvidia-cuda-toolkit has very few keywords
media-video/ffmpeg npp
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-11 14:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-11 14:18 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/, profiles/arch/arm64/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-06-23 7:54 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox