diff options
author | 2024-07-01 22:14:51 +0200 | |
---|---|---|
committer | 2024-07-01 23:04:04 +0200 | |
commit | 5bfa3ad147a55dcafef9b082bc8c4dfd096585d4 (patch) | |
tree | 18ad44f13e60168c57b078fd9beccc78b665f364 /profiles/arch/riscv/package.use.mask | |
parent | media-libs/phonon: Switch IUSE +vlc to minimal (diff) | |
download | gentoo-5bfa3ad147a55dcafef9b082bc8c4dfd096585d4.tar.gz gentoo-5bfa3ad147a55dcafef9b082bc8c4dfd096585d4.tar.bz2 gentoo-5bfa3ad147a55dcafef9b082bc8c4dfd096585d4.zip |
profiles: arch: Mask kde-frameworks/purpose:5[kaccounts] if necessary
Arches without QtWebEngine keyworded: x32, arm, loong, ppc64, riscv, x86
USE="kf6compat,kaccounts" depends on kde-frameworks/purpose:6[webengine]
which is package.use.mask'ed on these arches. We cannot mask the
combination specifically but in reality kaccounts is useless without
additional dev-qt/qtwebengine revdeps.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'profiles/arch/riscv/package.use.mask')
-rw-r--r-- | profiles/arch/riscv/package.use.mask | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 1347f6f7f0d1..d62a8e7224ae 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-01) +# USE="kf6compat,kaccounts" depends on kde-frameworks/purpose:6[webengine] +# which is package.use.mask'ed on these arches. We cannot mask the +# combination specifically but in reality kaccounts is useless without +# additional dev-qt/qtwebengine revdeps. +kde-frameworks/purpose:5 kaccounts + # Andreas Sturmlechner <asturm@gentoo.org> (2024-06-15) # Requires unkeyworded dev-qt/qtwebengine (and revdeps) kde-plasma/plasma-nm openconnect |