diff options
author | Sam James <sam@gentoo.org> | 2024-07-03 23:34:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-03 23:35:29 +0100 |
commit | b779d4b7e4ae652539320473991663dffa366abf (patch) | |
tree | 82ee96ac25eee2f9c3ed3ac3e823ef6829475d58 /profiles | |
parent | media-sound/quodlibet: drop myself as a maintainer (diff) | |
download | gentoo-b779d4b7e4ae652539320473991663dffa366abf.tar.gz gentoo-b779d4b7e4ae652539320473991663dffa366abf.tar.bz2 gentoo-b779d4b7e4ae652539320473991663dffa366abf.zip |
x11-misc/xdg-utils: fix qtpaths for KDE Plasma
Pending questions:
* Should qt6paths instead be in /usr/bin in Gentoo?
* Why do we have a qtpaths6 as well as a qt6paths?
But add this emergency fix for now given it may manifest in confusing
and hard-to-diagnose ways.
Bug: https://bugs.gentoo.org/934941
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/hppa/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/ia64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc32/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/s390/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 54c9a841a623..823d13e657fd 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Sam James <sam@gentoo.org> (2024-07-03) +# kde-frameworks/kservice not keyworded here +x11-misc/xdg-utils plasma + # Sam James <sam@gentoo.org> (2024-06-19) # The systemd implementation of installkernel doesn't currently support # updating the 'initramfs.img' and 'vmlinuz' symlinks that palo needs, diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 5a441ff87785..b092c9f7dfb8 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2024-07-03) +# kde-frameworks/kservice not keyworded here +x11-misc/xdg-utils plasma + # Andreas Sturmlechner <asturm@gentoo.org> (2024-06-29) # media-libs/libplacebo is not keyworded media-video/ffmpeg libplacebo diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 18274c6ef5cd..c0c8e3380d31 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2024-07-03) +# kde-frameworks/kservice not keyworded here +x11-misc/xdg-utils plasma + # Ionen Wolkens <ionen@gentoo.org> (2024-07-02) # Needs dev-qt/qtquick3d:6 which itself needs media-libs/assimp that # is no longer keyworded here and currently fails tests (bug #935313). diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index b0cfa527331f..81ae78eec6f1 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2024-07-03) +# kde-frameworks/kservice not keyworded here +x11-misc/xdg-utils plasma + # Michał Górny <mgorny@gentoo.org> (2024-05-08) # Requires sys-devel/{clang,llvm}:16. dev-lang/python jit diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 854e02445f1e..b94b2a1601fd 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2024-07-03) +# kde-frameworks/kservice not keyworded here +x11-misc/xdg-utils plasma + # Andreas Sturmlechner <asturm@gentoo.org> (2024-06-29) # media-libs/libplacebo is not keyworded here media-video/ffmpeg libplacebo |