diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-23 09:51:15 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-23 09:54:16 +0200 |
commit | 99f23af3fae407e07cd91b11cc280636d0b4d5a5 (patch) | |
tree | ac0945f39342a47e280fae3f476a1b9d2c8b4fc2 /profiles | |
parent | media-gfx/gimp: 2.10.38 version bump (diff) | |
download | gentoo-99f23af3fae407e07cd91b11cc280636d0b4d5a5.tar.gz gentoo-99f23af3fae407e07cd91b11cc280636d0b4d5a5.tar.bz2 gentoo-99f23af3fae407e07cd91b11cc280636d0b4d5a5.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/arm64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 6 |
3 files changed, 14 insertions, 0 deletions
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 |