commit: 9876575e6970983a1830fddff5eae0da6c232d23
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 20:25:15 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 20:31:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9876575e
dev-qt/qtwayland: match accessibility IUSE with qtbase:6
Makes use of QT_CONFIG(accessibility) which can result in
undefined symbols if was enabled on qtbase then flipped off.
Like opengl/vulkan, this flag is typically enabled either
globally or not at all and should hopefully not cause conflicts
for most users.
Technically needed in non-live but given the low impact will
wait rather than let this trigger rebuilds (esp. given one
of the similarly affected package is qtwebengine).
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-qt/qtwayland/qtwayland-6.6.9999.ebuild | 4 ++--
dev-qt/qtwayland/qtwayland-6.7.9999.ebuild | 4 ++--
dev-qt/qtwayland/qtwayland-6.9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-qt/qtwayland/qtwayland-6.6.9999.ebuild
b/dev-qt/qtwayland/qtwayland-6.6.9999.ebuild
index 03045fcde32a..3e85bb4f71bc 100644
--- a/dev-qt/qtwayland/qtwayland-6.6.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-6.6.9999.ebuild
@@ -11,11 +11,11 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
fi
-IUSE="compositor qml vulkan"
+IUSE="accessibility compositor qml vulkan"
RDEPEND="
dev-libs/wayland
- ~dev-qt/qtbase-${PV}:6[gui,opengl,vulkan=]
+ ~dev-qt/qtbase-${PV}:6[accessibility=,gui,opengl,vulkan=]
media-libs/libglvnd
x11-libs/libxkbcommon
compositor? (
diff --git a/dev-qt/qtwayland/qtwayland-6.7.9999.ebuild
b/dev-qt/qtwayland/qtwayland-6.7.9999.ebuild
index 005196d57b76..90842e7be4d0 100644
--- a/dev-qt/qtwayland/qtwayland-6.7.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-6.7.9999.ebuild
@@ -11,11 +11,11 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
fi
-IUSE="compositor qml vulkan"
+IUSE="accessibility compositor qml vulkan"
RDEPEND="
dev-libs/wayland
- ~dev-qt/qtbase-${PV}:6[gui,opengl,vulkan=,wayland]
+ ~dev-qt/qtbase-${PV}:6[accessibility=,gui,opengl,vulkan=,wayland]
media-libs/libglvnd
x11-libs/libxkbcommon
compositor? (
diff --git a/dev-qt/qtwayland/qtwayland-6.9999.ebuild
b/dev-qt/qtwayland/qtwayland-6.9999.ebuild
index 005196d57b76..90842e7be4d0 100644
--- a/dev-qt/qtwayland/qtwayland-6.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-6.9999.ebuild
@@ -11,11 +11,11 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
fi
-IUSE="compositor qml vulkan"
+IUSE="accessibility compositor qml vulkan"
RDEPEND="
dev-libs/wayland
- ~dev-qt/qtbase-${PV}:6[gui,opengl,vulkan=,wayland]
+ ~dev-qt/qtbase-${PV}:6[accessibility=,gui,opengl,vulkan=,wayland]
media-libs/libglvnd
x11-libs/libxkbcommon
compositor? (