summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-08-24 09:44:45 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-09-05 09:01:05 -0400
commit9ffe7cfc252457582e24697ab9706efeccecf610 (patch)
tree68f6a9cd5812e10bdcdceaa76bbe046e2b045df3
parentdev-qt/qt5compat: tighten deps a bit (qt6) (diff)
downloadgentoo-9ffe7cfc252457582e24697ab9706efeccecf610.tar.gz
gentoo-9ffe7cfc252457582e24697ab9706efeccecf610.tar.bz2
gentoo-9ffe7cfc252457582e24697ab9706efeccecf610.zip
dev-python/PyQt6: update permissions feature comment
Not a todo, had a closer look at the feature and it's enabled for "APPLE OR ANDROID OR WASM", so not really our thing. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--dev-python/PyQt6/PyQt6-6.5.2.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/PyQt6/PyQt6-6.5.2.ebuild b/dev-python/PyQt6/PyQt6-6.5.2.ebuild
index 16495698c205..a1b443ba8c6f 100644
--- a/dev-python/PyQt6/PyQt6-6.5.2.ebuild
+++ b/dev-python/PyQt6/PyQt6-6.5.2.ebuild
@@ -152,10 +152,7 @@ python_configure_all() {
$(usev !opengl --disabled-feature=PyQt_OpenGL)
$(usev !ssl --disabled-feature=PyQt_SSL)
- # TODO: drop this when depend on a >=qtbase-<ver> which enables
- # -DQT_FEATURE_permissions=ON (currently missing, and the feature
- # is furthermore broken with gcc-13 on qtbase's end)
- --disabled-feature=PyQt_Permissions
+ --disabled-feature=PyQt_Permissions # disabled in qtbase on this target
)
}