diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-06-03 10:03:02 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-06-03 10:03:33 -0500 |
commit | f9f85e544412c534c696e54b09c9ff60a7577893 (patch) | |
tree | b7860ce35c28263c81a48ded429571faa0929ff8 /gui-wm | |
parent | gui-wm/sway: 1.1.1 bump (diff) | |
download | gentoo-f9f85e544412c534c696e54b09c9ff60a7577893.tar.gz gentoo-f9f85e544412c534c696e54b09c9ff60a7577893.tar.bz2 gentoo-f9f85e544412c534c696e54b09c9ff60a7577893.zip |
gui-wm/sway: cap acceptable wlroots version for sway-1.0
Upstream confirmed they broke compat
Fixes: https://bugs.gentoo.org/687246
Package-Manager: Portage-2.3.66, Repoman-2.3.13
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/sway/sway-1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui-wm/sway/sway-1.0.ebuild b/gui-wm/sway/sway-1.0.ebuild index 9962383f238e..34a7896bb450 100644 --- a/gui-wm/sway/sway-1.0.ebuild +++ b/gui-wm/sway/sway-1.0.ebuild @@ -44,7 +44,8 @@ DEPEND=" if [[ ${PV} == 9999 ]]; then DEPEND+="~gui-libs/wlroots-9999[elogind=,systemd=,X=]" else - DEPEND+=">=gui-libs/wlroots-0.5.0[elogind=,systemd=,X=]" + DEPEND+=">=gui-libs/wlroots-0.5.0[elogind=,systemd=,X=] + <gui-libs/wlroots-0.6.0[elogind=,systemd=,X=]" fi RDEPEND=" x11-misc/xkeyboard-config |