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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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
