Skip to content

Commit

Permalink
gui-libs/xdg-desktop-portal-hyprland: drop 1.3.2, 1.3.2-r1
Browse files Browse the repository at this point in the history
* Make the ebuild respect the qt6 migration
* Might fix BUG 935669 since I can replicate with this changes

BUG: https://bugs.gentoo.org/935669
Signed-off-by: Gonçalo Negrier Duarte <[email protected]>
  • Loading branch information
MrDuartePT committed Jul 6, 2024
1 parent 98f711c commit f0eac00
Showing 1 changed file with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,16 @@ DEPEND="
dev-libs/hyprlang:=
dev-libs/inih
dev-libs/wayland
dev-qt/qtbase
dev-qt/qtcore
dev-qt/qtgui
dev-qt/qtwayland:6
dev-qt/qtwidgets
qt6? (
dev-qt/qtbase:6[gui,widgets]
dev-qt/qtwayland:6
)
!qt6? (
dev-qt/qtcore
dev-qt/qtgui
dev-qt/qtwidgets
dev-qt/qtwayland:5
)
media-libs/mesa
sys-apps/util-linux
x11-libs/libdrm
Expand Down

1 comment on commit f0eac00

@MrDuartePT
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If possible edit the commit message since I forget to add 1.3.2-r1.
Sorry about that

Please sign in to comment.