Skip to content

Commit

Permalink
dev-qt/qtbase: minor style/comment adjustments
Browse files Browse the repository at this point in the history
Note that if needed this ?? () could be dropped, syslog just
becomes a no-op if both are set, but given journald is not a
global USE it shouldn't cause problems at this stage and lets
users know only one will work.

Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Jul 25, 2024
1 parent 2c08080 commit 9a47c3b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dev-qt/qtbase/qtbase-6.7.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ declare -A QT6_IUSE=(
)
IUSE="${QT6_IUSE[*]}"
REQUIRED_USE="
?? ( journald syslog )
$(
printf '%s? ( gui ) ' ${QT6_IUSE[gui]//+/}
printf '%s? ( network ) ' ${QT6_IUSE[network]//+/}
printf '%s? ( sql ) ' ${QT6_IUSE[sql]//+/}
printf '%s? ( gui widgets ) ' ${QT6_IUSE[widgets]//+/}
)
?? ( journald syslog )
accessibility? ( dbus )
eglfs? ( opengl )
gles2-only? ( opengl )
Expand All @@ -51,7 +51,7 @@ REQUIRED_USE="
# - qtnetwork (src/network/configure.cmake)
# - qtprintsupport (src/printsupport/configure.cmake) [gui+widgets]
# - qtsql (src/plugins/sqldrivers/configure.cmake)
# dlopen: renderdoc
# nolink: renderdoc, systemd
COMMON_DEPEND="
sys-libs/zlib:=
ssl? ( dev-libs/openssl:= )
Expand Down
4 changes: 2 additions & 2 deletions dev-qt/qtbase/qtbase-6.7.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ declare -A QT6_IUSE=(
)
IUSE="${QT6_IUSE[*]}"
REQUIRED_USE="
?? ( journald syslog )
$(
printf '%s? ( gui ) ' ${QT6_IUSE[gui]//+/}
printf '%s? ( network ) ' ${QT6_IUSE[network]//+/}
printf '%s? ( sql ) ' ${QT6_IUSE[sql]//+/}
printf '%s? ( gui widgets ) ' ${QT6_IUSE[widgets]//+/}
)
?? ( journald syslog )
accessibility? ( dbus )
eglfs? ( opengl )
gles2-only? ( opengl )
Expand All @@ -51,7 +51,7 @@ REQUIRED_USE="
# - qtnetwork (src/network/configure.cmake)
# - qtprintsupport (src/printsupport/configure.cmake) [gui+widgets]
# - qtsql (src/plugins/sqldrivers/configure.cmake)
# dlopen: renderdoc
# nolink: renderdoc, systemd
COMMON_DEPEND="
sys-libs/zlib:=
ssl? ( dev-libs/openssl:= )
Expand Down
4 changes: 2 additions & 2 deletions dev-qt/qtbase/qtbase-6.8.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ declare -A QT6_IUSE=(
)
IUSE="${QT6_IUSE[*]}"
REQUIRED_USE="
?? ( journald syslog )
$(
printf '%s? ( gui ) ' ${QT6_IUSE[gui]//+/}
printf '%s? ( network ) ' ${QT6_IUSE[network]//+/}
printf '%s? ( sql ) ' ${QT6_IUSE[sql]//+/}
printf '%s? ( gui widgets ) ' ${QT6_IUSE[widgets]//+/}
)
?? ( journald syslog )
accessibility? ( dbus )
eglfs? ( opengl )
gles2-only? ( opengl )
Expand All @@ -51,7 +51,7 @@ REQUIRED_USE="
# - qtnetwork (src/network/configure.cmake)
# - qtprintsupport (src/printsupport/configure.cmake) [gui+widgets]
# - qtsql (src/plugins/sqldrivers/configure.cmake)
# dlopen: renderdoc
# nolink: renderdoc, systemd
COMMON_DEPEND="
sys-libs/zlib:=
ssl? ( dev-libs/openssl:= )
Expand Down
4 changes: 2 additions & 2 deletions dev-qt/qtbase/qtbase-6.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ declare -A QT6_IUSE=(
)
IUSE="${QT6_IUSE[*]}"
REQUIRED_USE="
?? ( journald syslog )
$(
printf '%s? ( gui ) ' ${QT6_IUSE[gui]//+/}
printf '%s? ( network ) ' ${QT6_IUSE[network]//+/}
printf '%s? ( sql ) ' ${QT6_IUSE[sql]//+/}
printf '%s? ( gui widgets ) ' ${QT6_IUSE[widgets]//+/}
)
?? ( journald syslog )
accessibility? ( dbus )
eglfs? ( opengl )
gles2-only? ( opengl )
Expand All @@ -51,7 +51,7 @@ REQUIRED_USE="
# - qtnetwork (src/network/configure.cmake)
# - qtprintsupport (src/printsupport/configure.cmake) [gui+widgets]
# - qtsql (src/plugins/sqldrivers/configure.cmake)
# dlopen: renderdoc
# nolink: renderdoc, systemd
COMMON_DEPEND="
sys-libs/zlib:=
ssl? ( dev-libs/openssl:= )
Expand Down

0 comments on commit 9a47c3b

Please sign in to comment.