projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eafbf7b
)
gui-wm/sway: cap acceptable wlroots version for sway-1.0
author
Matthew Thode
<prometheanfire@gentoo.org>
Mon, 3 Jun 2019 15:03:02 +0000
(10:03 -0500)
committer
Matthew Thode
<prometheanfire@gentoo.org>
Mon, 3 Jun 2019 15:03:33 +0000
(10:03 -0500)
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>
gui-wm/sway/sway-1.0.ebuild
patch
|
blob
|
history
diff --git
a/gui-wm/sway/sway-1.0.ebuild
b/gui-wm/sway/sway-1.0.ebuild
index 9962383f238ef677408d0c0b4d209906179a3730..34a7896bb4503e9501378d8daccfa9640a962ea3 100644
(file)
--- 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