commit: a83515d0af1c0988d88417070e6e9ccb026815c0 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Apr 22 21:05:46 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Apr 22 22:30:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83515d0
profiles: targets/desktop: Cleanup dev-build/cmake[-qt6] package.use Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/targets/desktop/package.use | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index 19128617041d..8b46f9cc8ecd 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -37,7 +37,7 @@ x11-base/xwayland libei # on desktop profiles and CMake is unavoidable, it feels a shame to drag in # Qt 6 just for something people are unlikely to want. Plus, it avoids a # circular dependency out of the box. -dev-build/cmake -gui -qt6 +dev-build/cmake -gui # Andreas Sturmlechner <[email protected]> (2023-07-29) # Required by dev-python/pyqt5[multimedia]
