summaryrefslogtreecommitdiff
path: root/gui-wm
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-01-11 19:16:10 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2020-01-11 19:16:29 -0600
commita121534843ac9c76bcd01b40d91164e6f0096af2 (patch)
tree0fd69918bc15847d7bb17a1673b6c9017c904064 /gui-wm
parentdev-python/html5-parser: Bump to version 0.4.9 (diff)
downloadgentoo-a121534843ac9c76bcd01b40d91164e6f0096af2.tar.gz
gentoo-a121534843ac9c76bcd01b40d91164e6f0096af2.tar.bz2
gentoo-a121534843ac9c76bcd01b40d91164e6f0096af2.zip
gui-wm/sway: 1.2 - fix dep on wlroots
Fixes: https://bugs.gentoo.org/705214 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r--gui-wm/sway/sway-1.2.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/gui-wm/sway/sway-1.2.ebuild b/gui-wm/sway/sway-1.2.ebuild
index 7688622a2418..30f010c8638b 100644
--- a/gui-wm/sway/sway-1.2.ebuild
+++ b/gui-wm/sway/sway-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -44,7 +44,10 @@ DEPEND="
if [[ ${PV} == 9999 ]]; then
DEPEND+="~gui-libs/wlroots-9999:=[elogind=,systemd=,X=]"
else
- DEPEND+=">=gui-libs/wlroots-0.7.0:=[elogind=,systemd=,X=]"
+ DEPEND+="
+ >=gui-libs/wlroots-0.7.0:=[elogind=,systemd=,X=]
+ <gui-libs/wlroots-0.9.0:=[elogind=,systemd=,X=]
+ "
fi
RDEPEND="
x11-misc/xkeyboard-config