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: Wed, 28 Aug 2019 17:37:53
Message-Id: 1567013856.6908a1d5dcd2415fa9df413e92f0bd9422805a6f.prometheanfire@gentoo
1 commit: 6908a1d5dcd2415fa9df413e92f0bd9422805a6f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 17:37:36 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 17:37:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6908a1d5
7
8 gui-wm/sway: crashes if not rebuilt when wlroots is updated
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-wm/sway/sway-1.2.ebuild | 4 ++--
14 gui-wm/sway/sway-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/gui-wm/sway/sway-1.2.ebuild b/gui-wm/sway/sway-1.2.ebuild
18 index 5293b993a7d..e4d011fc206 100644
19 --- a/gui-wm/sway/sway-1.2.ebuild
20 +++ b/gui-wm/sway/sway-1.2.ebuild
21 @@ -42,9 +42,9 @@ DEPEND="
22 X? ( x11-libs/libxcb:0= )
23 "
24 if [[ ${PV} == 9999 ]]; then
25 - DEPEND+="~gui-libs/wlroots-9999[elogind=,systemd=,X=]"
26 + DEPEND+="~gui-libs/wlroots-9999:=[elogind=,systemd=,X=]"
27 else
28 - DEPEND+=">=gui-libs/wlroots-0.6.0[elogind=,systemd=,X=]"
29 + DEPEND+=">=gui-libs/wlroots-0.7.0:=[elogind=,systemd=,X=]"
30 fi
31 RDEPEND="
32 x11-misc/xkeyboard-config
33
34 diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild
35 index 5293b993a7d..e4d011fc206 100644
36 --- a/gui-wm/sway/sway-9999.ebuild
37 +++ b/gui-wm/sway/sway-9999.ebuild
38 @@ -42,9 +42,9 @@ DEPEND="
39 X? ( x11-libs/libxcb:0= )
40 "
41 if [[ ${PV} == 9999 ]]; then
42 - DEPEND+="~gui-libs/wlroots-9999[elogind=,systemd=,X=]"
43 + DEPEND+="~gui-libs/wlroots-9999:=[elogind=,systemd=,X=]"
44 else
45 - DEPEND+=">=gui-libs/wlroots-0.6.0[elogind=,systemd=,X=]"
46 + DEPEND+=">=gui-libs/wlroots-0.7.0:=[elogind=,systemd=,X=]"
47 fi
48 RDEPEND="
49 x11-misc/xkeyboard-config