commit: b12f7c904dd4c3dcae6b9dae00429af781ae67ee Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 4 16:32:13 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 4 16:34:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12f7c90
x11-misc/xdg-utils: depend on kde-plasma/kde-cli-tools for USE=plasma Needed for `xdg-mime query filetype XXX` -> `kmimetypefinder`. Put in PDEPEND because it feels likely a circular dep will crop up here again (if there isn't already one w/o this in PDEPEND). Closes: https://bugs.gentoo.org/945892 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm/package.use.mask | 6 +++++- profiles/arch/loong/package.use.mask | 6 +++++- profiles/arch/powerpc/ppc64/package.use.stable.mask | 6 +++++- profiles/arch/x86/package.use.stable.mask | 4 ++++ .../{xdg-utils-1.2.1-r6.ebuild => xdg-utils-1.2.1-r7.ebuild} | 3 ++- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 7272ccbf018d..e1fe33c51cef 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2025-01-04) +# kde-plasma/kde-cli-tools not keyworded here +x11-misc/xdg-utils plasma + # Sam James <[email protected]> (2024-12-17) # dev-lang/ada-bootstrap exists here >=sys-devel/gcc-14 -ada diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 109e82008ce7..1cc1579b7dc5 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2025-01-04) +# kde-plasma/kde-cli-tools not keyworded here +x11-misc/xdg-utils plasma + # Nowa Ammerlaan <[email protected]> (2024-10-08) # Not all required dependencies are keyworded here sys-kernel/dracut test diff --git a/profiles/arch/powerpc/ppc64/package.use.stable.mask b/profiles/arch/powerpc/ppc64/package.use.stable.mask index 8c3e84c49ce2..151441b4a4bf 100644 --- a/profiles/arch/powerpc/ppc64/package.use.stable.mask +++ b/profiles/arch/powerpc/ppc64/package.use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # When you add an entry to the top of this file, add your name, the date, and @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2025-01-04) +# kde-plasma/kde-cli-tools not marked stable here +x11-misc/xdg-utils plasma + # Joonas Niilola <[email protected]> (2024-12-02) # www-client/firefox doesn't have stable ppc64 keyword. dev-python/selenium test-rust diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index 9a6fe640fd74..78cae9fe9e90 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2025-01-04) +# kde-plasma/kde-cli-tools not marked stable here +x11-misc/xdg-utils plasma + # Andreas Sturmlechner <[email protected]> (2024-12-17) # app-office/libreoffice is no longer stable on x86 x11-misc/mugshot libreoffice diff --git a/x11-misc/xdg-utils/xdg-utils-1.2.1-r6.ebuild b/x11-misc/xdg-utils/xdg-utils-1.2.1-r7.ebuild similarity index 97% rename from x11-misc/xdg-utils/xdg-utils-1.2.1-r6.ebuild rename to x11-misc/xdg-utils/xdg-utils-1.2.1-r7.ebuild index fc0c96334ecd..13a8d39e5932 100644 --- a/x11-misc/xdg-utils/xdg-utils-1.2.1-r6.ebuild +++ b/x11-misc/xdg-utils/xdg-utils-1.2.1-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -43,6 +43,7 @@ RDEPEND=" " PDEPEND=" plasma? ( + kde-plasma/kde-cli-tools:* || ( ( kde-frameworks/kservice:6
