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, 30 Sep 2020 15:56:07
Message-Id: 1601481360.b435a748e895a36d81802cf740d89e53c5f7526b.prometheanfire@gentoo
1 commit: b435a748e895a36d81802cf740d89e53c5f7526b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 15:55:45 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 15:56:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b435a748
7
8 gui-wm/sway: fix dep on mesa for libglvnd flag removal
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-wm/sway/sway-9999.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild
17 index 08f025b76e3..1b28e9cfc03 100644
18 --- a/gui-wm/sway/sway-9999.ebuild
19 +++ b/gui-wm/sway/sway-9999.ebuild
20 @@ -33,7 +33,10 @@ DEPEND="
21 x11-libs/libxkbcommon
22 x11-libs/pango
23 x11-libs/pixman
24 - media-libs/mesa[gles2,libglvnd]
25 + || (
26 + <media-libs/mesa-9999[gles2,libglvnd]
27 + ~media-libs/mesa-9999[gles2]
28 + )
29 elogind? ( >=sys-auth/elogind-239 )
30 swaybar? ( x11-libs/gdk-pixbuf:2 )
31 swaybg? ( gui-apps/swaybg )