Skip to content

Commit

Permalink
net-im/zoom: Update Qt version for warning message
Browse files Browse the repository at this point in the history
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Aug 25, 2024
1 parent 2493af7 commit cd7f924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net-im/zoom/zoom-6.1.10.1400.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ src_install() {
plugins/platforms/libqwayland*.so qml/QtWayland || die
)
else
local qtzoom="5.12" qtver=$(best_version dev-qt/qtcore:5)
local qtzoom="5.15" qtver=$(best_version dev-qt/qtcore:5)
if [[ ${qtver} != dev-qt/qtcore-${qtzoom}.* ]]; then
ewarn "You have disabled the bundled-qt USE flag."
ewarn "You may experience problems when running Zoom with"
Expand Down
2 changes: 1 addition & 1 deletion net-im/zoom/zoom-6.1.6.1013-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ src_install() {
plugins/platforms/libqwayland*.so qml/QtWayland || die
)
else
local qtzoom="5.12" qtver=$(best_version dev-qt/qtcore:5)
local qtzoom="5.15" qtver=$(best_version dev-qt/qtcore:5)
if [[ ${qtver} != dev-qt/qtcore-${qtzoom}.* ]]; then
ewarn "You have disabled the bundled-qt USE flag."
ewarn "You may experience problems when running Zoom with"
Expand Down

0 comments on commit cd7f924

Please sign in to comment.