Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/sway/
Date: Mon, 03 Jun 2019 15:03:43
Message-Id: 1559574213.f9f85e544412c534c696e54b09c9ff60a7577893.prometheanfire@gentoo
1 commit: f9f85e544412c534c696e54b09c9ff60a7577893
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 3 15:03:02 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 3 15:03:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f85e54
7
8 gui-wm/sway: cap acceptable wlroots version for sway-1.0
9
10 Upstream confirmed they broke compat
11
12 Fixes: https://bugs.gentoo.org/687246
13 Package-Manager: Portage-2.3.66, Repoman-2.3.13
14 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
15
16 gui-wm/sway/sway-1.0.ebuild | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/gui-wm/sway/sway-1.0.ebuild b/gui-wm/sway/sway-1.0.ebuild
20 index 9962383f238..34a7896bb45 100644
21 --- a/gui-wm/sway/sway-1.0.ebuild
22 +++ b/gui-wm/sway/sway-1.0.ebuild
23 @@ -44,7 +44,8 @@ DEPEND="
24 if [[ ${PV} == 9999 ]]; then
25 DEPEND+="~gui-libs/wlroots-9999[elogind=,systemd=,X=]"
26 else
27 - DEPEND+=">=gui-libs/wlroots-0.5.0[elogind=,systemd=,X=]"
28 + DEPEND+=">=gui-libs/wlroots-0.5.0[elogind=,systemd=,X=]
29 + <gui-libs/wlroots-0.6.0[elogind=,systemd=,X=]"
30 fi
31 RDEPEND="
32 x11-misc/xkeyboard-config