commit: 54b24fe3ebd7079b455ee99545eb3a57633d3f1a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Aug 29 23:32:09 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 1 23:13:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b24fe3
profiles: targets/desktop: Disable qt5 where REQUIRED_USE conflicts Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/targets/desktop/package.use | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index 0822e94248e9..82330969f098 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <[email protected]> (2024-08-30) +# Resolve conflicting REQUIRED_USE defaults (qt5 vs. qt6) +media-libs/simage -qt5 +net-p2p/transmission -qt5 + # Andreas Sturmlechner <[email protected]> (2024-03-07) # Required by kde-frameworks/kio:6 dev-qt/qtbase libproxy
