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-drivers/xf86-input-evdev/
Date: Sat, 28 Jan 2017 05:38:04
Message-Id: 1485581869.7034e048dcc9e57ee24c23900110cd81041c295b.mattst88@gentoo
1 commit: 7034e048dcc9e57ee24c23900110cd81041c295b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 05:37:11 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 05:37:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7034e048
7
8 x11-drivers/xf86-input-evdev: Add missing virtual/libudev:= dependency.
9
10 Bug: https://bugs.gentoo.org/545902
11
12 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
16 index e058d39..f46f0db 100644
17 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
18 +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5.ebuild
19 @@ -11,7 +11,8 @@ IUSE=""
20
21 RDEPEND=">=x11-base/xorg-server-1.18[udev]
22 dev-libs/libevdev
23 - sys-libs/mtdev"
24 + sys-libs/mtdev
25 + virtual/libudev:="
26 DEPEND="${RDEPEND}
27 >=x11-proto/inputproto-2.1.99.3
28 >=sys-kernel/linux-headers-2.6"