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: Fri, 27 Jul 2018 23:19:00
Message-Id: 1532733521.4e6736098276d4220413689cbbc1d26aed5a3191.mattst88@gentoo
1 commit: 4e6736098276d4220413689cbbc1d26aed5a3191
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Jul 20 23:54:30 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 27 23:18:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e673609
7
8 x11-drivers/xf86-input-evdev: fix xorg-server:= dependency
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11 Closes: https://github.com/gentoo/gentoo/pull/9302
12
13 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild | 2 +-
14 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild | 2 +-
15 x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild | 4 ++--
16 3 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
19 index 4c2b79366a1..70f17aca574 100644
20 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
21 +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
22 @@ -28,7 +28,7 @@ RDEPEND="
23 dev-libs/libevdev
24 sys-libs/mtdev
25 virtual/libudev:=
26 - >=x11-base/xorg-server-1.18[udev]
27 + >=x11-base/xorg-server-1.18:=[udev]
28 "
29 DEPEND="
30 ${LIVE_DEPEND}
31
32 diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
33 index 4c2b79366a1..70f17aca574 100644
34 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
35 +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
36 @@ -28,7 +28,7 @@ RDEPEND="
37 dev-libs/libevdev
38 sys-libs/mtdev
39 virtual/libudev:=
40 - >=x11-base/xorg-server-1.18[udev]
41 + >=x11-base/xorg-server-1.18:=[udev]
42 "
43 DEPEND="
44 ${LIVE_DEPEND}
45
46 diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
47 index 8905d3eea3f..70f17aca574 100644
48 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
49 +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild
50 @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
51 LIVE_DEPEND=">=x11-misc/util-macros-1.18"
52 else
53 SRC_URI="mirror://xorg/driver/${P}.tar.bz2"
54 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86"
55 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
56 fi
57
58 LICENSE="MIT"
59 @@ -28,7 +28,7 @@ RDEPEND="
60 dev-libs/libevdev
61 sys-libs/mtdev
62 virtual/libudev:=
63 - >=x11-base/xorg-server-1.18[udev]
64 + >=x11-base/xorg-server-1.18:=[udev]
65 "
66 DEPEND="
67 ${LIVE_DEPEND}