diff options
author | Sam James <sam@gentoo.org> | 2023-09-22 19:32:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-22 19:35:15 +0100 |
commit | 1d61e152357e6c2ce6dcd45335a5b6c86000584e (patch) | |
tree | 84a7de91e46538dbb541720e8f17ce68c6c34a8b /profiles/arch/ia64/package.use.mask | |
parent | x11-terms/alacritty: Update 9999 doc install (diff) | |
download | gentoo-1d61e152357e6c2ce6dcd45335a5b6c86000584e.tar.gz gentoo-1d61e152357e6c2ce6dcd45335a5b6c86000584e.tar.bz2 gentoo-1d61e152357e6c2ce6dcd45335a5b6c86000584e.zip |
dev-util/cmake: fix Qt 6 automagic; migrate to USE=gui
* Migrate to USE=gui per QA policy (PG0802, https://projects.gentoo.org/qa/policy-guide/use-flags.html#pg0802)
which has the nice consequence of helping to avoid circular dependencies (iirc,
been a while since I've seen it, although it's obvious for Qt 6)
for users who are just trying to prefer Qt 5/6 over GTK or whatever in make.conf.
* Just require Qt 6 for USE=gui instead of allowing Qt 5 too given Qt 5 is
on the way out and we have to start shifting preference at some point. Pretty
low risk for CMake given the GUI for it isn't that well-used anyway AFAIK.
Closes: https://bugs.gentoo.org/914489
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/arch/ia64/package.use.mask')
-rw-r--r-- | profiles/arch/ia64/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index ead08d8ae2c3..d7a8b187e4b4 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2023-09-22) +# Qt 6 not keyworded here. +dev-util/cmake gui + # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-09-20) # Libei not keyworded here yet x11-base/xwayland libei |