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: Sun, 12 Jan 2020 01:16:38
Message-Id: 1578791789.a121534843ac9c76bcd01b40d91164e6f0096af2.prometheanfire@gentoo
1 commit: a121534843ac9c76bcd01b40d91164e6f0096af2
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 01:16:10 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 01:16:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1215348
7
8 gui-wm/sway: 1.2 - fix dep on wlroots
9
10 Fixes: https://bugs.gentoo.org/705214
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 gui-wm/sway/sway-1.2.ebuild | 7 +++++--
15 1 file changed, 5 insertions(+), 2 deletions(-)
16
17 diff --git a/gui-wm/sway/sway-1.2.ebuild b/gui-wm/sway/sway-1.2.ebuild
18 index 7688622a241..30f010c8638 100644
19 --- a/gui-wm/sway/sway-1.2.ebuild
20 +++ b/gui-wm/sway/sway-1.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -44,7 +44,10 @@ DEPEND="
28 if [[ ${PV} == 9999 ]]; then
29 DEPEND+="~gui-libs/wlroots-9999:=[elogind=,systemd=,X=]"
30 else
31 - DEPEND+=">=gui-libs/wlroots-0.7.0:=[elogind=,systemd=,X=]"
32 + DEPEND+="
33 + >=gui-libs/wlroots-0.7.0:=[elogind=,systemd=,X=]
34 + <gui-libs/wlroots-0.9.0:=[elogind=,systemd=,X=]
35 + "
36 fi
37 RDEPEND="
38 x11-misc/xkeyboard-config