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: Sat, 11 Jan 2020 20:02:20
Message-Id: 1578772934.809a164cca0da035afef5a4397b31f8894ccbed5.prometheanfire@gentoo
1 commit: 809a164cca0da035afef5a4397b31f8894ccbed5
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 11 20:01:54 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 11 20:02:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809a164c
7
8 gui-wm/sway: update sway-9999 dependencies for 1.3
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-wm/sway/sway-9999.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild
17 index e4d011fc206..f8f9789c4d0 100644
18 --- a/gui-wm/sway/sway-9999.ebuild
19 +++ b/gui-wm/sway/sway-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -33,6 +33,7 @@ DEPEND="
27 x11-libs/libxkbcommon
28 x11-libs/pango
29 x11-libs/pixman
30 + media-libs/mesa[gles2]
31 elogind? ( >=sys-auth/elogind-239 )
32 swaybar? ( x11-libs/gdk-pixbuf:2 )
33 swaybg? ( gui-apps/swaybg )
34 @@ -44,7 +45,8 @@ DEPEND="
35 if [[ ${PV} == 9999 ]]; then
36 DEPEND+="~gui-libs/wlroots-9999:=[elogind=,systemd=,X=]"
37 else
38 - DEPEND+=">=gui-libs/wlroots-0.7.0:=[elogind=,systemd=,X=]"
39 + DEPEND+=">=gui-libs/wlroots-0.9.0:=[elogind=,systemd=,X=]"
40 + DEPEND+="<gui-libs/wlroots-0.10.0:=[elogind=,systemd=,X=]"
41 fi
42 RDEPEND="
43 x11-misc/xkeyboard-config