Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/
Date: Fri, 22 May 2020 02:16:54
Message-Id: 1590113742.66a5da35478de9a1edb0866201528523910548a6.mattst88@gentoo
1 commit: 66a5da35478de9a1edb0866201528523910548a6
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 22 02:13:12 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri May 22 02:15:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a5da35
7
8 x11-apps/xisxwayland: Fix dependencies
9
10 Closes: https://bugs.gentoo.org/724490
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 x11-apps/xisxwayland/xisxwayland-1.ebuild | 6 ++++++
14 x11-apps/xisxwayland/xisxwayland-9999.ebuild | 6 ++++++
15 2 files changed, 12 insertions(+)
16
17 diff --git a/x11-apps/xisxwayland/xisxwayland-1.ebuild b/x11-apps/xisxwayland/xisxwayland-1.ebuild
18 index 13f4c99748f..9ecc6cb03fe 100644
19 --- a/x11-apps/xisxwayland/xisxwayland-1.ebuild
20 +++ b/x11-apps/xisxwayland/xisxwayland-1.ebuild
21 @@ -22,3 +22,9 @@ fi
22 LICENSE="MIT"
23 SLOT="0"
24 IUSE=""
25 +
26 +RDEPEND="
27 + x11-libs/libX11
28 + x11-libs/libXrandr"
29 +DEPEND="${RDEPEND}
30 + x11-base/xorg-proto"
31
32 diff --git a/x11-apps/xisxwayland/xisxwayland-9999.ebuild b/x11-apps/xisxwayland/xisxwayland-9999.ebuild
33 index 13f4c99748f..9ecc6cb03fe 100644
34 --- a/x11-apps/xisxwayland/xisxwayland-9999.ebuild
35 +++ b/x11-apps/xisxwayland/xisxwayland-9999.ebuild
36 @@ -22,3 +22,9 @@ fi
37 LICENSE="MIT"
38 SLOT="0"
39 IUSE=""
40 +
41 +RDEPEND="
42 + x11-libs/libX11
43 + x11-libs/libXrandr"
44 +DEPEND="${RDEPEND}
45 + x11-base/xorg-proto"