diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-08-03 09:37:11 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-08-03 09:48:33 -0400 |
commit | 26ed2a42aecb3fc66f20c35bb92f8dcb923015a5 (patch) | |
tree | 007548533257ec0f0ba299fcc08ca40a4e937503 /dev-python/PyQt6 | |
parent | dev-python/PyQt6-WebEngine: rename from dev-python/PyQt6_WebEngine (diff) | |
download | gentoo-26ed2a42aecb3fc66f20c35bb92f8dcb923015a5.tar.gz gentoo-26ed2a42aecb3fc66f20c35bb92f8dcb923015a5.tar.bz2 gentoo-26ed2a42aecb3fc66f20c35bb92f8dcb923015a5.zip |
dev-python/PyQt6: adjust IUSE default comment
Still unsure what want to do with this.
Right now using qtbase's defaults as a baseline rather than
what qutebrowser needs (aka pulls no extra deps, albeit each
USE still add a lot to compile time), but if the qtbase
package is ever split this may be questionable.
PyQt5 sets nothing which is simple, but without anything set
these packages are near useless and ensures users will need
to set something.
May revisit when this gain other consumers and/or when getting
close to unmasking.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/PyQt6')
-rw-r--r-- | dev-python/PyQt6/PyQt6-6.3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/PyQt6/PyQt6-6.3.1.ebuild b/dev-python/PyQt6/PyQt6-6.3.1.ebuild index b4e6e39ee113..f943118bccb3 100644 --- a/dev-python/PyQt6/PyQt6-6.3.1.ebuild +++ b/dev-python/PyQt6/PyQt6-6.3.1.ebuild @@ -16,9 +16,9 @@ SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -# currently keeping defaults in sync with qtbase, and beside that trying to -# stay minimal'ish given each builds relatively slowly (but still subject to -# change if something is needed by most consumers) +# currently keeping defaults in sync with qtbase (no extra deps), but trying +# to stay minimal'ish given each builds relatively slowly (subject to change, +# perhaps more or less depending on consumers and if qtbase is ever split) IUSE=" +dbus debug qml designer examples gles2-only +gui help multimedia +network opengl positioning printsupport quick quick3d serialport |