Skip to content

Commit

Permalink
dev-qt/qtbase: update 6.6+ live required use
Browse files Browse the repository at this point in the history
xcb is no longer required to enable accessibility (upstream change
did not make it in 6.6.0, will be in 6.6.1).

Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Oct 10, 2023
1 parent 6ff5461 commit 12066f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-qt/qtbase/qtbase-6.6.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ REQUIRED_USE="
printf '%s? ( sql ) ' ${QT6_IUSE[sql]//+/}
printf '%s? ( gui widgets ) ' ${QT6_IUSE[widgets]//+/}
)
accessibility? ( X dbus )
accessibility? ( dbus )
eglfs? ( opengl )
gles2-only? ( opengl )
gui? ( || ( X eglfs wayland ) )
Expand Down
2 changes: 1 addition & 1 deletion dev-qt/qtbase/qtbase-6.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ REQUIRED_USE="
printf '%s? ( sql ) ' ${QT6_IUSE[sql]//+/}
printf '%s? ( gui widgets ) ' ${QT6_IUSE[widgets]//+/}
)
accessibility? ( X dbus )
accessibility? ( dbus )
eglfs? ( opengl )
gles2-only? ( opengl )
gui? ( || ( X eglfs wayland ) )
Expand Down

0 comments on commit 12066f7

Please sign in to comment.