* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/, profiles/arch/arm64/
@ 2024-07-03 23:16 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2024-07-03 23:16 UTC (permalink / raw
To: gentoo-commits
commit: c45361ad68775b36df8d72f150b8b3125a0bc507
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 3 21:27:17 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 3 22:53:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45361ad
profiles: arm64/riscv: Mask kde-apps/*[kf6compat]
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
profiles/arch/arm64/package.use.mask | 7 +++++++
profiles/arch/riscv/package.use.mask | 7 +++++++
2 files changed, 14 insertions(+)
diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index d83b2e00517d..9e26162ad1d8 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,13 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Andreas Sturmlechner <asturm@gentoo.org> (2024-07-03)
+# Need as-yet-unkeyworded KF6-based counterparts (bug #934361)
+kde-apps/libkcddb kf6compat
+kde-apps/libkcompactdisc kf6compat
+kde-apps/libkgapi kf6compat
+kde-apps/libksane kf6compat
+
# Andreas Sturmlechner <asturm@gentoo.org> (2024-06-23)
# Pulls in kde-apps/kgpg is keyworded here
>=kde-apps/kdeutils-meta-24.05.1 -gpg
diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask
index d62a8e7224ae..0a34722be404 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,13 @@
# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Andreas Sturmlechner <asturm@gentoo.org> (2024-07-03)
+# Need as-yet-unkeyworded KF6-based counterparts (bug #934361)
+kde-apps/libkcddb kf6compat
+kde-apps/libkcompactdisc kf6compat
+kde-apps/libkgapi kf6compat
+kde-apps/libksane kf6compat
+
# Andreas Sturmlechner <asturm@gentoo.org> (2024-07-01)
# USE="kf6compat,kaccounts" depends on kde-frameworks/purpose:6[webengine]
# which is package.use.mask'ed on these arches. We cannot mask the
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/, profiles/arch/arm64/
@ 2024-11-21 7:45 Alexey Shvetsov
0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov @ 2024-11-21 7:45 UTC (permalink / raw
To: gentoo-commits
commit: 64bcba7bbce2b42d2997bed5242cad291ea3685e
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 07:41:49 2024 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 07:41:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bcba7b
profiles/arch: mask nnpot use flag for arm64 and riscv
sci-libs/caffe2 is not keyworded for arm64 and riscv
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
profiles/arch/arm64/package.use.mask | 4 ++++
profiles/arch/riscv/package.use.mask | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index ba86de4fa81e..99bacb2f64a4 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
+# Alexey Shvetsov <alexxy@gentoo.org> (2024-11-21)
+# sci-libs/caffe2 is not keyworded on arm64
+sci-chemistry/gromacs nnpot
+
# Joonas Niilola <juippis@gentoo.org> (2024-11-16)
# Available on arm64.
www-client/firefox -wasm
diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask
index 90aa7d0a5500..65da676a5fa1 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Alexey Shvetsov <alexxy@gentoo.org> (2024-11-21)
+# sci-libs/caffe2 is not keyworded on arm64
+sci-chemistry/gromacs nnpot
+
# Benda Xu <heroxbd@gentoo.org> (2024-10-10)
# dev-util/nvidia-cuda-toolkit or sys-cluster/ucx are not keyworded on riscv
sys-cluster/slurm nvml ucx
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-21 7:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-21 7:45 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/, profiles/arch/arm64/ Alexey Shvetsov
-- strict thread matches above, loose matches on Subject: below --
2024-07-03 23:16 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox