commit:     f270b93595af01f94e145660f7c2fb8224ae72c8
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 20:27:30 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 20:28:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f270b935

gui-wm/sway: use range deps instead

* This fixes the QA warning for seatd. Simpler as well.

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 gui-wm/sway/sway-1.5.1.ebuild | 3 +--
 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 e47ade12c03..ffac4374950 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 e47ade12c03..ffac4374950 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="

Reply via email to