Skip to content

Commit

Permalink
gui-wm/cage: fix wlroots dep version
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/937431
Signed-off-by: Daichi Yamamoto <[email protected]>
  • Loading branch information
yamader committed Aug 6, 2024
1 parent c267d40 commit 0108c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui-wm/cage/cage-0.1.5_p20240227.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ IUSE="X"

RDEPEND="
dev-libs/wayland
>=gui-libs/wlroots-0.17.0[X?]
>=gui-libs/wlroots-0.17.0:0[X?]
x11-libs/libxkbcommon[X?]
"
DEPEND="${RDEPEND}"
Expand Down
2 changes: 1 addition & 1 deletion gui-wm/cage/cage-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ IUSE="X"

RDEPEND="
dev-libs/wayland
>=gui-libs/wlroots-0.17.0[X?]
>=gui-libs/wlroots-0.17.0:0[X?]
x11-libs/libxkbcommon[X?]
"
DEPEND="${RDEPEND}"
Expand Down

0 comments on commit 0108c2d

Please sign in to comment.