Skip to content

Commit

Permalink
gui-wm/sway: use range deps instead
Browse files Browse the repository at this point in the history
* This fixes the QA warning for seatd. Simpler as well.

Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Nov 11, 2020
1 parent 87e5eed commit f270b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions gui-wm/sway/sway-1.5.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ if [[ ${PV} == 9999 ]]; then
DEPEND+="~gui-libs/wlroots-9999:=[elogind=,seatd=,systemd=,X=]"
else
DEPEND+="
>=gui-libs/wlroots-0.12.0:=[elogind=,seatd=,systemd=,X=]
<gui-libs/wlroots-0.13.0:=[elogind=,seatd=,systemd=,X=]
=gui-libs/wlroots-0.12.0*:=[elogind=,seatd=,systemd=,X=]
"
fi
RDEPEND="
Expand Down
3 changes: 1 addition & 2 deletions gui-wm/sway/sway-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ if [[ ${PV} == 9999 ]]; then
DEPEND+="~gui-libs/wlroots-9999:=[elogind=,seatd=,systemd=,X=]"
else
DEPEND+="
>=gui-libs/wlroots-0.12.0:=[elogind=,seatd=,systemd=,X=]
<gui-libs/wlroots-0.13.0:=[elogind=,seatd=,systemd=,X=]
=gui-libs/wlroots-0.12.0*:=[elogind=,seatd=,systemd=,X=]
"
fi
RDEPEND="
Expand Down

0 comments on commit f270b93

Please sign in to comment.