Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/
Date: Sun, 31 Jul 2016 22:21:53
Message-Id: 1470003689.42d9e3869dd19bdf34c9dafa9ef365b719c3467f.floppym@gentoo
1 commit: 42d9e3869dd19bdf34c9dafa9ef365b719c3467f
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 21:02:09 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 22:21:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d9e386
7
8 net-misc/freerdp: depend on libxkbcommon for wayland
9
10 Bug: https://bugs.gentoo.org/577122
11
12 net-misc/freerdp/freerdp-9999.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/freerdp/freerdp-9999.ebuild b/net-misc/freerdp/freerdp-9999.ebuild
16 index d4ec2d5..a173223 100644
17 --- a/net-misc/freerdp/freerdp-9999.ebuild
18 +++ b/net-misc/freerdp/freerdp-9999.ebuild
19 @@ -21,7 +21,7 @@ DESCRIPTION="Free implementation of the Remote Desktop Protocol"
20 HOMEPAGE="http://www.freerdp.com/"
21
22 LICENSE="Apache-2.0"
23 -SLOT="0/1.2"
24 +SLOT="0/2"
25 IUSE="alsa +client cpu_flags_x86_sse2 cups debug doc ffmpeg gstreamer jpeg libressl neon pulseaudio server smartcard systemd test usb wayland X xinerama xv"
26
27 RDEPEND="
28 @@ -65,7 +65,10 @@ RDEPEND="
29 )
30 smartcard? ( sys-apps/pcsc-lite )
31 systemd? ( sys-apps/systemd:0= )
32 - wayland? ( dev-libs/wayland )
33 + wayland? (
34 + dev-libs/wayland
35 + x11-libs/libxkbcommon
36 + )
37 X? (
38 x11-libs/libX11
39 x11-libs/libxkbfile