diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-11-11 15:27:30 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-11-11 15:28:32 -0500 |
commit | f270b93595af01f94e145660f7c2fb8224ae72c8 (patch) | |
tree | 0e327f54b40f746b793f1ef7151097584d294227 /gui-wm | |
parent | app-i18n/fcitx: Fix detection of Enchant >=2.1.3. (diff) | |
download | gentoo-f270b93595af01f94e145660f7c2fb8224ae72c8.tar.gz gentoo-f270b93595af01f94e145660f7c2fb8224ae72c8.tar.bz2 gentoo-f270b93595af01f94e145660f7c2fb8224ae72c8.zip |
gui-wm/sway: use range deps instead
* This fixes the QA warning for seatd. Simpler as well.
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/sway/sway-1.5.1.ebuild | 3 | ||||
-rw-r--r-- | gui-wm/sway/sway-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/gui-wm/sway/sway-1.5.1.ebuild b/gui-wm/sway/sway-1.5.1.ebuild index e47ade12c03c..ffac4374950d 100644 --- a/gui-wm/sway/sway-1.5.1.ebuild +++ b/gui-wm/sway/sway-1.5.1.ebuild @@ -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=" diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild index e47ade12c03c..ffac4374950d 100644 --- a/gui-wm/sway/sway-9999.ebuild +++ b/gui-wm/sway/sway-9999.ebuild @@ -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=" |